I will "assume" that you are using an array controller to handle the backing data for you IKImageBrowserView. If so, all you will need to do is archive the array controller's arrangedObjects (or content plus any filter predicate) and save it to a file - perhaps using NSArray's handy-dandy -writeToFile:atomically: method.

if my assumption is wrong, then you'll need to provide details of what you are actually doing (for data-sourcing) and what you have tried before you asked your question.

regards,

douglas

On Feb 12, 2009, at 10:01 AM, Chunk 1978 wrote:

topic says it all.  i have installed an IKImageBrowser which allows me
to drop images and reorder them.  it would be great to be able to
automatically save the dropped images as well as their order so that
the next time the app starts and the image browser loads up everything
is still there.

can someone please direct me to where i should be looking to
accomplish this?  any known tutorials maybe?

thanks
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to