Screen Lock in Rev?

Shani shani.runrev at gmail.com
Wed Mar 31 15:29:49 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


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

> On 03/31/2010 at 10:44 AM, Shani <shani.runrev at gmail.com> wrote:
> > i use   put shell("batfile") into tProcess
> > answer tProcess
> >
> > i use the stack which have text and add button. but the problem is that
> > when i use this  (put shell("batfile") into tProcess) it display the
> shell
> > and Agent but the stack is locked i cant do any thing with this.
> >
> > i use
> > unlock screen
> > but it cant work.
> >
> > i use JADE agents to connect with Rev, so that´s why i use bat file.
> >
> > Regards,
> > SHANI
>
> You need to:
>          set the hideConsoleWindows to true
>
> This will cause the command prompt window to not appear when you use a -
> put shell("command").
>
> --
> 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