RE: NSTableView w/ custom cell draws only first
RE: NSTableView w/ custom cell draws only first
- Subject: RE: NSTableView w/ custom cell draws only first
- From: "Guy Umbright" <email@hidden>
- Date: Thu, 3 Jul 2003 09:25:16 -0500
- Thread-topic: NSTableView w/ custom cell draws only first
Yep, to no effect.
For some additional info, the table itself does think it has 3 rows, it
just doesn't seem to want to draw the other 2.
Guy
-----Original Message-----
From: Stiphane Sudre [
mailto:email@hidden]
Sent: Thursday, July 03, 2003 9:17 AM
To: Guy Umbright
Cc: email@hidden
Subject: Re: NSTableView w/ custom cell draws only first
On jeudi, juil 3, 2003, at 16:01 Europe/Paris, Guy Umbright wrote:
>
I have a single column NSTableView and have set a custom NSCell
>
subclass
>
for
>
the column. I have the table datasource set up, returning 3 for the
>
number
>
of rows and a value (that is not currently) used for the object value
>
request.
>
>
Weird thing is, only the first cell gets drawn (which is done
>
correctly).
>
It appears to be because even though it gets told that there are 3
>
rows,
>
>
it asks for the object value of row zero 3 times and draws the 0 row
>
cell
>
3 times.
>
>
I am currently at a loss, anyone seen this before or have any ideas?
Are you calling [myNSTableView reloadData] somewhere in your code?
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you are
not the intended recipient, you are hereby notified that any viewing, copying,
disclosure or distribution of this information may be subject to legal
restriction or sanction. Please notify the sender, by electronic mail or
telephone, of any unintended recipients and delete the original message
without making any copies.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.