NSTableView Problems
NSTableView Problems
- Subject: NSTableView Problems
- From: Krevnik <email@hidden>
- Date: Sat, 15 Mar 2003 13:47:21 -0800
I searched the Cocoa-Dev lists and didn't find what I was looking for
in the archives (messy and ugly titles for search hits)...
However, I am having a slight problem getting an NSTableView to update
often enough...
To be more precise, I have a list of 'tasks' that the user has
started... this list is a NSMutableArray... I return the number of
elements when they want the row count, and I return [theArray
objectAtIndex:desiredRow] when the table wants the object value. (The
array contains NSStrings)
The result is that the table won't dynamically update like I thought it
should be doing... I need to click on the invisible cell to get it to
appear on the screen. Any ideas on what is going wrong?
_______________________________________________
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.