lock screen question
Jim Ault
JimAultWins at yahoo.com
Tue Apr 22 12:03:52 EDT 2008
Are you in script debug mode?
screen cannot be locked if that is true.
Jim Ault
Las Vegas
On 4/22/08 8:53 AM, "Thomas McGrath III" <3mcgrath at comcast.net> wrote:
> Hello Fellow Revolutionaries,
>
> I need to find out if multiple lock screens will actually cause an
> unlock screen in between. Or what else is causing the screen update.
>
> Example
>
> on SomeHandler
> lock screen
> send "SomeOtherHandler pParam" to me in 5
> end SomeHandler
>
> --Can still see screen update here
>
> on SomeOtherHandler pParam
> lock screen
> -- do some stuff here
> myupdatescreen
> end SomeOtherHnadler
>
> -- Can still see screen update here
>
> on myupdatescreen
> lock screen
> -- do a lot of window switching
> -- Final unlock screen here to see the results onscreen (supposedly)
> unlock screen
> end myupdatescreen
>
>
> I was thinking that:
> lock screen
> lock screen
> lock screen
> unlock screen
>
> was producing an unlock somehow in between each call.
>
> My problem is even more complicated because I am executing the
> original script from a group that will be deleted before this is done.
> Yet I can still see the grp being deleted flash to what's behind it
> before a new image is put in place.
>
> Thanks
>
> Tom McGrath
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list