Re: Saving IKImageBrowser Order and Content?
Re: Saving IKImageBrowser Order and Content?
- Subject: Re: Saving IKImageBrowser Order and Content?
- From: douglas welton <email@hidden>
- Date: Thu, 12 Feb 2009 10:52:09 -0500
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 (email@hidden)
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:
This email sent to email@hidden