On Jul 2, 2004, at 12:41 PM, Dar Scott wrote:

On Jul 2, 2004, at 1:14 PM, Trevor DeVore wrote:

In an application I trap the arrow keys for navigation purposes. The problem is that the arrow keys are trapped (doesn't seem to matter if my script is in frontScripts or backScripts) even when the user activates a program menu in XP which means you can't use arrows to navigate the menus. Anyone know how to determine if a program is current open?

Will it help to check 'the target' in the handler and pass otherwise?

It will :-)

on arrowKey pKey
        if (the short name of owner of target() <> "MainMenu") then
                -- Do all sorts of arrow key code
        end if
end arrowKey

Thanks,

--
Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to