Screen Lock in Rev?

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Wed Mar 31 15:40:32 EDT 2010


> Hi Roger,
>
> i do this but same problem.screen locked.
> on mouseUp
>     local tProcess, sHost
>
>     put shell("booktrade") into tProcess
>  set the hideConsoleWindows to true
> --unlock screen
>   accept connections on port 6800 with message "Server connected"
>   end mouseUp
>
> command closeSocket
>   put tProcess into sHost
>   close socket sHost
>   return "Socket has been closed."
> end closeSocket
>
> Regards,
> SHANI

Shani,

If you mean the screen is frozen, stalled, not moving, etc. then maybe you
can add "without waiting".

set the hideConsoleWindows to true  -- do this step before shell command
put shell("booktrade") into tProcess without waiting

Roger Eller <roger.e.eller at sealedair.com>





More information about the use-livecode mailing list