TableColumn Enabled binding on 10.4/10.5
TableColumn Enabled binding on 10.4/10.5
- Subject: TableColumn Enabled binding on 10.4/10.5
- From: Knut Lorenzen <email@hidden>
- Date: Thu, 6 Mar 2008 20:52:07 +0100
My Table Column Bindings to an NSArrayController are set like this:
Binding: Value
Controller Key: arrangedObjects
Model Key Path: theName (this is a String)
Binding: Enabled
Controller Key: arrangedObjects
Model Key Path: enabled (this is a Boolean)
All this works perfectly well on 10.5, i.e. the rows in the TableView
are greyed out if "enabled" is false.
However, on 10.4 all rows appear as usual, not greyed out. A "false"-
row *does* grey out (inversely, so to speak) if it is selected, though.
XCode3/IB3 used here. What am I missing?
Thanks,
Knut
_______________________________________________
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