Re: ImageCapture + ImageKit problem...

2012-02-24 Thread Eric Matecki
Hi Fritz, On 23/02/12 21:26, Fritz Anderson wrote: On 23 Feb 2012, at 2:12 AM, Eric Matecki wrote: Oh, something that may be part of the problem (or of the solution...): I don't call run on my app for multiplatform portability reasons. Instead I call this in a customized event loop: Alas, y

Re: ImageCapture + ImageKit problem...

2012-02-24 Thread Eric Matecki
Hi Fritz, On 23/02/12 21:26, Fritz Anderson wrote: On 23 Feb 2012, at 2:12 AM, Eric Matecki wrote: Oh, something that may be part of the problem (or of the solution...): I don't call run on my app for multiplatform portability reasons. Instead I call this in a customized event loop: Alas, y

Re: ImageCapture + ImageKit problem...

2012-02-23 Thread Fritz Anderson
On 23 Feb 2012, at 2:12 AM, Eric Matecki wrote: > Oh, something that may be part of the problem (or of the solution...): > > I don't call run on my app for multiplatform portability reasons. > Instead I call this in a customized event loop: Alas, you are writing an application for Mac OS X. Coco

ImageCapture + ImageKit problem...

2012-02-23 Thread Eric Matecki
Hi, I have a problem with ImageCapture + ImageKit. My IKDeviceBrowserView stays desperately empty. So I added the following code to the start of my app : ICDeviceBrowser* db = [[ICDeviceBrowser alloc] init]; [db setDelegate: (id)self]; db.browsedDeviceTypeMask = db.browsedDevice