PDA

View Full Version : > How to Disable Keyboard Control Of Components


maxremix
12-16-2004, 10:47 PM
Can nice FMX Guru tell me how to disable
keyboard controls of components because
I'm using my keys for other functions but
whenever I do, the component's state is keep
changing !! Help?!! :confused:

Dark_Element
12-19-2004, 06:22 AM
fscommand("trapallkeys", "true"); will disable almost all significent keyboard shortcuts and catch the inputs with the Key. functions. however it only works for projectors.

Maby a <parm> tag could do the trick? (im not sure cos i never tried it)