Re: Cant Access Properties of NSManagedObject from a NSArrayController...
Re: Cant Access Properties of NSManagedObject from a NSArrayController...
- Subject: Re: Cant Access Properties of NSManagedObject from a NSArrayController...
- From: email@hidden (Laurent Demaret)
- Date: Wed, 25 Nov 2009 12:05:41 +0100
- Organization: None
Hi Gustavo,
Gustavo Pizano <email@hidden> wrote:
> I needed to use not the proxy but the selected element. .. grrr..
Then I may advise you to use the lastObject selector il you expect only
one selectedObject. Using objectAtIndex:0 will give a BAD_EXEC (as long
I recall) Error (anyway) each time you have an empty array.
hth
Laurent
_______________________________________________
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