> With the focus gone, my user will probably try to press Tab to return the
> focus to the input field. But when the focus is on the card, none of my
> buttons receives that Tab keypress.
> 
> Is there no way to achieve what I want (see first sentence of this email)?

Slava, instead of turning the autoHilite off, you need to turn the
"traversalOn" off (what the Inspector shows as "Focus with keyboard"
checkbox). 

What's happening is that when the focus is in the field and you go to click
the button, the focus is shifting automatically to the button you clicked
because the "traversalOn" property is "true" by default for buttons. If you
turn that off, the button won't be *focusable*, but it will still
automatically highlight when clicked (assuming the "autoHilite" is "true").


Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to