Hi Shani,

> Hi Roger,
> 
> i do this but same problem.screen locked.

you used the wrong order of the commands!

> on mouseUp
>     local tProcess, sHost
        set the hideConsoleWindows to true
> 
>     put shell("booktrade") into tProcess
>   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

Best

Klaus

--
Klaus Major
http://www.major-k.de
[email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to