First cell in NSTableView not holding data
First cell in NSTableView not holding data
- Subject: First cell in NSTableView not holding data
- From: <email@hidden>
- Date: Fri, 18 Feb 2005 11:14:14 +0000
I have a really weird problem here. I have an NSTableView hooked up to an NSArrayController, the table columns are bound correctly. The model object related to this table has all the instance variables correctly defined with the right KVC methods (getter/setter). Yet for some reason when I run my app and I type something into the first cell, it then goes blank. I have confirmed that data is not being stored with an NSLog() for that particular object's model instance variable. I know the NSLog() statment works as I've had it set to display a different variable in the same object instance and it works just fine, but that first cell does not retain the information typed into it. I don't get it. I've double and triple checked the bindings, spelling errors, everything. I can see no reason why this is happening. If there's relevant code I can provide, let me know and I will. This is confusing.
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden