Re: NSBrowser and "Select All"
Re: NSBrowser and "Select All"
- Subject: Re: NSBrowser and "Select All"
- From: Joe Osborn <email@hidden>
- Date: Fri, 28 Mar 2003 14:30:47 -0600
Hi,
AFAIK target/action for NSBrowser is called when the selection
changes, for keyboard events this depends on "sendsActionOnArrowKeys".
Everything works fine, except when "Select All" is used, either from
menu or keyboard. While every cell in the column is selected, my
action method isn't called.
I'd consider that a bug. Am I wrong here? Am I missing something?
Also when using Arrow keys the behaviour is wrong when I press
shift-up/down. It only selects one more cell in each direction...
Thanks,
Dix
I'm having some action-message problems with NSBrowser, too.. only in
my case, on a click, an action message is sent, but the browser doesn't
show the next column. I hate to hijack Dix's question, but... (: If
anybody has seen this sort of thing before, please drop me a line.
--joe
_______________________________________________
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.