Inspector of NSArrayController doesn't update NSTable immediately
Inspector of NSArrayController doesn't update NSTable immediately
- Subject: Inspector of NSArrayController doesn't update NSTable immediately
- From: Jonathan Wight <email@hidden>
- Date: Sat, 25 Oct 2003 19:12:02 -0500
I have an NSTable populated by a NSArrayController (that feeds off a
NSMutableArray in my document object using the NSKeyValueCoding methods). I
also have a inspector panel that 'inspects' the selection of the table (just
like the examples in the WWDC sessions).
I can edit the values in the table and the inspector is immediately updated
with the changes.
However when I edit the values in the inspector the values in the table are
not updated until I click on the row in question.
What did I break?
Jon.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.