Stefan

534
Reputation
493 views

Registered User

Name Stefan
Member for 8 months
Seen 19 hours ago
Website
Location
Age
15h
awarded  Popular Question
Nov
18
asked Textmessage containing an appstore link
Nov
16
asked Multiple tabs controlling a single UIWebview
Nov
12
asked Catch UIWebview reloads
Oct
20
comment Animate grass with CoreAnimation (on the iPhone)
Thanks, very interesting technique. I'll try to simplify it for CoreAnimation.
Oct
19
asked Animate grass with CoreAnimation (on the iPhone)
Sep
17
answered Porting a flash game to the iPhone
Aug
28
awarded  Popular Question
Aug
20
comment Convert .caf to .mp3 on the iPhone
Chintan, if you use a Mac OS X system, you can use afconvert (developer.apple.com/qa/qa2008/qa1534.html). For the rest, take a look at "Perl Audio Converter" pacpl.sourceforge.net
Aug
17
comment Arranging elements on the screen and saving their positions
Thanks. The figure is just an example from Google. :-)
Aug
17
asked Arranging elements on the screen and saving their positions
Aug
10
comment Framework for (HTML + JS) Desktop Client
Robert, thank you for the links. Very interesting.
Aug
10
comment Framework for (HTML + JS) Desktop Client
Are you writing about prism.mozilla.com ? I tested it some months ago, but it feels too much like a browser to me. Hm, maybe I should build something custom.
Aug
9
asked Framework for (HTML + JS) Desktop Client
Aug
8
comment How can I find all initializations in a text?
ire_and_curses, no, I don't want to replace it. But IMHO it fits into this category, because it uses the typical search and replace techniques.
Aug
8
comment How can I find all initializations in a text?
Thanks, works like a charm.
Aug
8
comment How can I find all initializations in a text?
A list would be nice. Proper solutions are provided below. Super :-)
Aug
8
asked How can I find all initializations in a text?
Aug
6
comment iPhone Platform Constraints
Marco, it's meant to be compared with the other platforms, which are in the wild. E. g., if some others provide replaceable batteries, I want to list that the iPhone doesn't. --- Mahboudz, if you have some benefits for me, I would be glad to hear :-) I think the major benefits are moultitouch and the rich SDK. --- H4xxr, the list above is the result of my research and I already eloborated on them. My intention with this question is to get a few more buzzwords, which I can examine. So it's my method to work more on the topic, not less ;-
Aug
6
comment iPhone Platform Constraints
Thank you, good points :-)
Aug
6
comment iPhone Platform Constraints
Thank you very much. This gives me some points, I can think about and examine further. The issue with the EULA is completely new to me. Thats really annoying.
Aug
6
revised iPhone Platform Constraints
added 190 characters in body
Aug
6
asked iPhone Platform Constraints
Aug
4
accepted Play an audio file and return back to the page
Aug
4
answered Play an audio file and return back to the page
Aug
3
comment Play an audio file and return back to the page
Sadly not :-( If you ever find a solution, please post it here. Thanks
Jul
27
revised What are atomic store types?
added 7 characters in body
Jul
27
asked What are atomic store types?
Jul
26
asked MKPinAnnotationView: Are there more than three colors available?
Jul
23
answered Google Adsense within native cocoa-touch iphone app
Jul
23
comment Sort ruby array by updated_at
Thanks for your answer!
Jul
23
comment Sort ruby array by updated_at
Thanks for your answer!
Jul
23
revised iPhone: Reusing UIViewControllers in order to save memory
deleted 5 characters in body
Jul
23
asked Sort ruby array by updated_at
Jul
22
comment searchDisplayController: change the label “No Results”
Cool, thank you very much...
Jul
22
asked searchDisplayController: change the label “No Results”
Jul
21
revised Play an audio file and return back to the page
edited title
Jul
19
answered Statusbar overlaps ViewController
Jul
18
asked Statusbar overlaps ViewController
Jul
18
comment ABPersonSetImageData doesn’t display image
Ok, I've got it. It was the image. Some of them don't work. Thanks for your help
Jul
18
comment ABPersonSetImageData doesn’t display image
Thank you Perspx. Good hint. I thought in Cocoa-Touch would be toll-free bridging between them (as in Cocoa). Nevertheless, I've just tried to create a fresh CFDataRef by your snippet. It's the same thing. Strange, I get no error back from ABPersonSetImageData.
Jul
18
asked ABPersonSetImageData doesn’t display image
Jul
17
comment barcode framework for the iphone?
Thanks, looks very promising. How are your experiences with the 3G camera? I had many troubles with the missing autofocus. This should be better now with the 3G S.
Jul
17
comment Map Kit: Custom placemarks
The image is set. But it shows a pin as before. :-(
Jul
17
comment Map Kit: Custom placemarks
Thanks, Daniel. Using [pinAnnotations setImage:[UIImage imageNamed:@"info.png"]]; doesn't work. pinAnnotations is a MKAnnotationView class. Am I missing something?
Jul
17
asked Map Kit: Custom placemarks
Jul
16
comment Adding Emboss to a UILabel in a navigationItem.titleView (as seen with navigationItem.title)
Thanks, Sahil. Simple but effective ;-)
Jul
14
comment How to build a compass with the iPhone?
Cool update. Thanks...
Jul
9
accepted Clipping within an UIView with some subviews
Jul
6
comment How do I get an edit token for Mediawiki?
Thank you! It was my fault: Had a problem while logging in. Edit tokens are only created for logged in users. ;-)