View Question
View Question
- Subject: View Question
- From: Matt <email@hidden>
- Date: Fri, 15 Dec 2006 21:33:35 -0500
I have a table view inside of a drawer. using [contoller
setSelectionIndex:(int)index] on the controller updates the index
just fine, but the changes are reflected in the table. This works
just fine when this happens in the main window, but for other
windows, it's not happy.
To get it working I marked the contentView of the Drawer with
setNeedsDisplay:YES and then called -display on the drawer itself.
This works, but with a nasty selector not found message. Am I
missing something with the whole view/window/table/controller thing
here?
_______________________________________________
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