lock/unlock screen

Peter Haworth pete at lcsql.com
Sat Sep 22 13:48:47 EDT 2012


Thanks Richmond, I'll give that a try.  I'm also unsure as to whether lock
screen has any effect in the preOpenxxx handlers since the screen isn't
even displayed at that point.  But I guess it can't do any harm.
Pete
lcSQL Software <http://www.lcsql.com>



On Sat, Sep 22, 2012 at 10:41 AM, Richmond <richmondmathewson at gmail.com>wrote:

> Yes, I have had that problem before, so now I tend to put the "relocate"
> script,
> along with a lockscreen command in a preOpenStack command:
>
> on preOpenStack
>   set the lockScreen to true
>    set the loc of stack "ZZZ" to the screenLoc
>  set the lockScreen to false
> end preOpenStack
>



More information about the use-livecode mailing list