NSPopupButton and bindings
NSPopupButton and bindings
- Subject: NSPopupButton and bindings
- From: Michael Grützner <email@hidden>
- Date: Tue, 22 Jan 2008 22:19:35 +0100
Hi,
I have bound a NSPopupButton to an NSArrayController which
manages entities with two attributes (firstName, lastName). The
entity also has one transient attribute (displayName) which simply
returns a NSString containing firstName and lastName.
The bindings are as follows:
content -> myArrayController.arrangedObjects
contentValues -> myArrayController.arrangedObjects.displayName
The problem is, that my application is blocking after loading. When I
deactivate the bindings, the app runs as usual, so i guess the bindings
have something to do with the blocking. I also bound the keys to a
table to ensure my entities are working correct - no problem here.
I'm a bit stuck here. Does anybody have an idea what could be wrong
here? Tanks in advance for your help.
Best regards,
Michael
_______________________________________________
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