Turn off nav with arrow keys?
Jeanne A. E. DeVoto
jeanne at runrev.com
Wed Mar 20 01:06:00 EST 2002
At 7:18 AM -0800 3/19/2002, Magnus von Brmsen wrote:
>on openCard
> set the navigationsArrow to false
>end openCard
>
>The app is made of 3 stack-files, so I put this script i each
>main-stack. Or...?
Actually, for a standalone, you can just set this once, in the startup
handler of your main stack script:
on startup
set the navigationArrows to false
end startup
As long as nothing else is setting the property, it will be retained until
you quit the application. No need to set it every time you move from card
to card.
--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!
More information about the use-livecode
mailing list