NSBrowser won't obey on firstResponder and arrowKeys
NSBrowser won't obey on firstResponder and arrowKeys
- Subject: NSBrowser won't obey on firstResponder and arrowKeys
- From: Matt Neuburg <email@hidden>
- Date: Sat, 27 Jul 2002 07:46:08 -0700
I have a subclass of NSBrowser that returns NO to acceptsFirstResponder and
sets NO to acceptsArrowKeys. Nevertheless, a blue highlight appears around
it when clicked, and arrow keys then work in it (plus they trigger the
target action method). I don't want any of that! I can see from NSLogs in
my target action method that at the very moment this is happening, the
NSBrowser's acceptsFirstResponder is NO and its acceptsArrowKeys is NO. But
it is acting as if they were YES. How do I make make the NSBrowser obey me?
Thx - m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.