Hi,

Your tab key is part of the Accessibility "stuff" - you can set the tab-indexes on components which you may be able to do dynamically - this would make the accessibility thing work automatically. Trouble is you might be stuck with that beautiful yellow outline :)

   HTH

   Glen

Paul Steven wrote:
Is it a bad idea to use the "Tab" key as a game control. Basically in a
crossword game I am creating, I was going to use "TAB" to move to the next
word and "SHIFT TAB" to move to the previous word. I notice however that
when I press the TAB key all the buttons on my game screen are appearing
with yellow boxes around them. I assume this is some kind of accessibility
thing?

I believe I can disable this using tabEnabled = false however I do not want
to do this if it will reduce the accessibility of my crossword.

Any advice appreciated!

Thanks

Paul

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to