1 Oct 2009 14:44
Re: working with image files on Mac OS X
Andre Schnoor <andre.schnoor <at> web.de>
2009-10-01 12:44:22 GMT
2009-10-01 12:44:22 GMT
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
RSS Feed