Re: Display csv in a tableView with bindings
Re: Display csv in a tableView with bindings
- Subject: Re: Display csv in a tableView with bindings
- From: "Adam R. Maxwell" <email@hidden>
- Date: Sun, 26 Jul 2009 15:09:30 -0700
On Jul 26, 2009, at 2:53 PM, email@hidden wrote:
Can you go into a bit more detail with regard to the setting up the
bindings? do I bind the tableView column to an arrayController which
handles the rows? what model key path?
Personally, I recommend that you avoid bindings like the plague until
you're comfortable with the datasource approach.
Unfortunately, I know from experience that when the row count gets
above 8xx,000, NSTableView can no longer accurately draw rows in
the view (if they are the standard-sized text fields). But that is
well beyond that magic tipping point :-)
I imagine the largest table would be about 15x300, but I don't like
making these assumptions, Murphy's law #1)
I am a little concerned about this, how much sleep should I be
losing over this problem?
15x300 is trivial.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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