Re: Simple question about NSTableView grid...
Re: Simple question about NSTableView grid...
- Subject: Re: Simple question about NSTableView grid...
- From: Juan Pablo Pertierra <email@hidden>
- Date: Wed, 13 Apr 2005 23:33:08 -0500
I understand that there are no rows when the NSTableView is first
created, but the horizontal grid graphic appears even if i add only one
item, and they appear all over the table regardless of the number of
items, so there must be a way to make it appear even when there are no
items added?
In fact, if I add an item and then remove it, the grid stays there. I
think there must be a way to have it appear without having to add and
delete an item.
Juan
On Apr 13, 2005, at 11:23 PM, <email@hidden> wrote:
When an NSTableView is created, it contains no rows. If you would
like some rows to be added when your application starts, you'll have
to do it in -awakeFromNib. But if you're using Cocoa Bindings, this
could complicate things for you.
James
_______________________________________________
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