Re: 2nd try, tabbing doesn't work properly in NSTableView?
Re: 2nd try, tabbing doesn't work properly in NSTableView?
- Subject: Re: 2nd try, tabbing doesn't work properly in NSTableView?
- From: "Theodore H. Smith" <email@hidden>
- Date: Mon, 21 Aug 2006 18:23:08 +0100
On 21 Aug 2006, at 18:12, Corbin Dunn wrote:
As far if that's what I'm seeing: Usually, but not always. Thats
the problem, because it's supposed to be always, but it's not always.
Sometimes, it skips editable cells, and jumps to the parents, as
if it can't find those editable cells, despite that they are
clearly visually there, and they really are editable because I can
click on them and edit them.
Is this a Cocoa bug? Or something I didn't set up right in my code?
It is hard to say without more information.
What information specifically though? I gave a lot the first time I
asked but no one answered, so this time I gave less incase the first
time overwhelmed people.
Specifically, you need to find out when it doesn't work, and
reproduce that case.
I can do it 100% of the time, no problem.
Then look at the editability of the cells it is skipping.
They are editable, and I'm returning true for that cell in (BOOL)
tableView:(NSTableView*)tv shouldEditTableColumn:(NSTableColumn*)
tableColumn row:(int)row;
And I can click and edit that cell as I've said previously.
I'm thinking this is a bug and I'll need to report it to Apple :(
--
http://elfdata.com/plugin/
_______________________________________________
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