NSTableView questions
NSTableView questions
- Subject: NSTableView questions
- From: Hrishikesh Muruk <email@hidden>
- Date: Tue, 25 Sep 2007 21:46:25 +0530
Couple of questions-
To prevent all entries from being edited in a NSTableView is it
enough if I return NO to shouldEditTableColumn:row: ?
Is there a better way to do this?
I want to display a list of items stored in a file in a table. How do
I initialize my dataSrc array when the application is launched? I can
write a method in the dataSrc to open the file and read in the
contents. But how do I ensure the method will be called when my
application starts up?
Thanks
Hrishi
---
www.greenwaysroad.com
_______________________________________________
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