Re: NSArrayController, saving and reloading sort descriptors
Re: NSArrayController, saving and reloading sort descriptors
- Subject: Re: NSArrayController, saving and reloading sort descriptors
- From: Scott Stevenson <email@hidden>
- Date: Thu, 15 Mar 2007 15:33:14 -0700
On Mar 14, 2007, at 8:40 AM, Aurélien Hugelé wrote:
is that when you add a sort descriptor (in that case the one from
the user default) to a fetch, the sorting is done by SQLite (if you
have a SQL store), and thus the key must be hardcoded as an
attribute in database to be accessible/known by SQLite... KVC won't
work here...
I think it might work if he adds anyLabel as a transient property in
the model. NSPredictate at least works that way.
- Scott_______________________________________________
Cocoa-dev mailing list (email@hidden)
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