Re: Do I need to download both XCode for both Mac iPhone

2010-01-04 Thread Claus Guttesen
Newbie Q: I've been playing with the XCode env for iPhone for a few weeks and was thinking about doing some OS X dev but do I need to download the whole OS X version of XCode or is there some smaller download? You need xcode + iphone-sdk, so yes, you need both. :) -- regards Claus When

Re: iPhone Testing Internet Connection?

2009-12-15 Thread Claus Guttesen
haha... yeah, i just figured out my idiot mistake at the same time as your reply.  clearly i need more coffee. thanks :) Or cocoa? :) -- regards Claus When lenity and cruelty play for a kingdom, the gentler gamester is the soonest winner. Shakespeare twitter.com/kometen

Re: Asynchronous downloading again

2009-10-31 Thread Claus Guttesen
The 2-file example was a simplified case I posted when I was asking whether the method would work. I actually have half-a-dozen or so data files to download. (It can vary.) Any suggestions about how to do all of this with multiple NSURLConnections would be quite welcome. Elegant code is a

Re: reloading IKImageBrowserView in an IBAction

2009-03-03 Thread Claus Guttesen
I read the excellent article 'Image Kit Programming Guide' at http://developer.apple.com/documentation/graphicsimaging/Conceptual/ImageKitProgrammingGuide/Introduction/chapter_1_section_1.html#//apple_ref/doc/uid/TP40004907-CH1-SW1 and have my ImageBrowser working. I want to use it as the basis

reloading IKImageBrowserView in an IBAction

2009-03-01 Thread Claus Guttesen
Hi. I read the excellent article 'Image Kit Programming Guide' at http://developer.apple.com/documentation/graphicsimaging/Conceptual/ImageKitProgrammingGuide/Introduction/chapter_1_section_1.html#//apple_ref/doc/uid/TP40004907-CH1-SW1 and have my ImageBrowser working. I want to use it as the

reloading IKImageBrowserView in an IBAction

2009-02-23 Thread Claus Guttesen
Hi. I followed the excellent article 'Image Kit Programming Guide' at http://developer.apple.com/documentation/graphicsimaging/Conceptual/ImageKitProgrammingGuide/Introduction/chapter_1_section_1.html#//apple_ref/doc/uid/TP40004907-CH1-SW1 and have my ImageBrowser working. I want to use it as the