Andre Schnoor | 1 Oct 2009 14:44
Picon

Re: working with image files on Mac OS X

Am 01.10.2009 um 12:37 schrieb Rob Vens:

> I'd like to interact with Quartz and/or Core Image libraries on the  
> Mac. Does anybody have experience with this from VisualWorks?
> I only need to interact with the file system, showing thumbnails of  
> image files (possibly many of them, so I guess this would be  
> performant only using the native Mac image handling libraries),  
> being able to select them and know the selected file in VW.

You could simply use a native file dialog. This even offers cover  
flow, filtering and sorting at no extra cost. Use OjectiveCConnect to  
connect to class NSFileOpenPanel.

Andre

Gmane