NSTableView

benixau

Registered
Can someone send me @ benjamingreenau@optusnet.com.au or post here the source code to add and read data from a NSTableView.

If possible code to remove data would also be appreciated. Could you please fully document it aswell.

EDIT: I program in cocoa-objc btw.

Thanx
 
FYI, the Dev Tools come with a huge amount of documentation (in the Documentation folder, appropriatly). When you need information on how an AppKit/Foundation class works, that's usually a good place to start (and stay)



This tutorial might be helpful also. It goes through creating a table-based Address Book application, covering how to add, remove, insert, save and load table data.
 
i know. and i know about the address book sample. the problem is that none of them cover simple things really.

I can, now, add, insert and remove data but i still dont know how to read it.

i have a whole lot of numbers that i am going to add up. that s all.

thanx anyways :)
 
Back
Top