suspend the user interface on the fly
Rob Cozens
rcozens at pon.net
Wed Apr 3 17:02:01 EST 2002
>i would like to catch a control + "F" key combination without
>getting the find dialog of the revolution user interface. That works
>if I suspend the user interface. Is there a possibility to do this
>temporarily with a script?
Hi Till,
on controlKeyDown zaKey
if zaKey is not "F" or [your temporary on/off switch here] then
pass controlKeyDown
end controlKeyDown
--
Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.com/who.htm
"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631)
More information about the use-livecode
mailing list