Screen Lock in Rev?

Shani shani.runrev at gmail.com
Wed Mar 31 15:52:30 EDT 2010


this put shell("booktrade") into tProcess without waiting
is not working
now i use this process
shell dispaly but suddenly disappear but not shows any agent.


Regards,
SHANI

On Wed, Mar 31, 2010 at 9:40 PM, <Roger.E.Eller at sealedair.com> wrote:

> > 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>
>
>
> _______________________________________________
> 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