Bindings / NSTableView (limitation ?)
Bindings / NSTableView (limitation ?)
- Subject: Bindings / NSTableView (limitation ?)
- From: "Daniel Angermeier" <email@hidden>
- Date: Wed, 27 Jun 2007 18:24:48 +0200
Hi,
I would like to dinamically change the color of particluar rows in a
table view, depending on app state.
Before I was using the table view data source approach,
and this was failrly easy to do,
by just returning a stringWithAttributes in
-(id)tableView:(NSTableView *)aTableView
objectValueForTableColumn:(NSTableColumn *)aTableColumn
row:(int)rowIndex
However, I am doing all of this with bindings now and
I can't figure out how to achieve the above mentioned effect.
Is there any way to do this with the bindings approach ?
Thanks,
Daniel
_______________________________________________
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