funky control behavior when in an NSDrawer
funky control behavior when in an NSDrawer
- Subject: funky control behavior when in an NSDrawer
- From: Josh Burnett <email@hidden>
- Date: Mon, 24 Oct 2005 09:15:13 -0400
Two quick things:
1. Combo boxes don't allow keyboard navigation when placed in an
NSDrawer. When a combo box has the focus in a normal window, you can
hit the down arrow, and the list of options pops up. When in an
NSDrawer, the list shows up briefly, and then immediately goes away.
How do I make the combo box behave normally?
2. As we all know, buttons with the key equivalent of 'return' normally
are highlighted, and pulse. But when those buttons are in an NSDrawer,
they don't. In my case, their associated actions are still happening
when I press the 'return' key, but the buttons just don't show up
glowing and pulsing by default. How do I get the button to glow? I
know that I can make it highlighted by using [NSControl highlight],
but that's a hack, and I have to re-issue the command when the button
is clicked, or it goes back to the normal color. Also, it just makes
the button blue, not pulsing.
Thanks!
Josh
_______________________________________________
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