Re: NSTable Examples
Re: NSTable Examples
- Subject: Re: NSTable Examples
- From: Sherm Pendley <email@hidden>
- Date: Sat, 5 Nov 2005 05:59:35 -0500
On Nov 4, 2005, at 11:33 PM, Matt D wrote:
mmalcolm crawford, listen. I am not new to programming, but am very
new to ObjC and Cocoa.
(...snip...)
That rant is uncalled-for. MMalcolm answered the question you asked.
Of corse, I have made more than a reasonable effort in finding the
answer to my question. I have bought a book and have spent
countless hours searching Google. I just still don't get the concept.
That's not the question you asked. You asked for examples. If you've
already found examples, and don't understand them, that's a different
question. You should have told us what example(s) you're looking at,
and what parts aren't "clicking" for you.
The concept is simple, although not what you might be used to from
other toolkits. Where other 'kits have you "push" data into these
views, NSTableView uses a "pull" concept. You connect it to a "data
source" object, and it sends messages to that object when it needs
data to display.
I may have come across some good examples (to you and more
experienced Cocoa authors), but I wouldn't know, I don't know how
to use NSTableView.
Then maybe what you need isn't an example, but a tutorial. For instance:
<http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/
index.html>
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
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