Re: Newbie needs help with tableview and bindings
Re: Newbie needs help with tableview and bindings
- Subject: Re: Newbie needs help with tableview and bindings
- From: mmalcolm crawford <email@hidden>
- Date: Thu, 24 Nov 2005 08:10:01 -0800
On Nov 23, 2005, at 10:30 PM, Steve Gran wrote:
But what I would like is just a 3 column by 10 row table that the
user (me) can enter text into. Think of it as a top ten list that
should always have ten items (or rows at least). I don't want to
have to click an "Add New Item" button 10 times every time I start
the app. How do I get this done using bindings and the
NSController? I've done a bunch of searching on the web and can't
seem to find an answer.
This is not a bindings issue -- it's data initialisation. Create the
data set in whatever init method is appropriate for your
application. See <http://homepage.mac.com/mmalc/CocoaExamples/
controllers.html> for a couple of examples.
mmalc
_______________________________________________
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