2nd try, tabbing doesn't work properly in NSTableView?
2nd try, tabbing doesn't work properly in NSTableView?
- Subject: 2nd try, tabbing doesn't work properly in NSTableView?
- From: "Theodore H. Smith" <email@hidden>
- Date: Sun, 20 Aug 2006 13:21:04 +0100
OK, I got this problem with an NSTableView.
I actually asked this before a few days ago, with lots of
information, but got no answer. Perhaps my message was too long so I
try a shorter attempt this time.
I'm pressing the tab key in the NSCells. And the focus normally does
go to the correct next cell.
But sometimes, there are available cells for it to jump into, but the
focus simply jumps back to the NSTableView itself. The next tab then
goes to other NSControls on the window, like NSTextFields or so.
This isn't what I want. I want it to tab correctly around the cells
in my NSTableView.
Now what?
How do I make so that the tab actually does jump to available cells
instead of missing them?
And yes I am implementing - (BOOL)tableView:(NSTableView*)tv
shouldEditTableColumn:(NSTableColumn*)tableColumn row:(int)row;
properly :(
_______________________________________________
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