Hi,

I already told him exactly the same off-list, because he asked me about it directly. Zeeshan, please reply my e-mail.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Economy-x-Talk is always looking for new software development projects. Feel free to contact me for a quote.

Op 20 mrt 2010, om 01:05 heeft Mark Wieder het volgende geschreven:

zeeshan-

Friday, March 19, 2010, 4:32:31 PM, you wrote:

how?

You've already got the server code in JADE...

assuming both are on the same computer and you're still using port
6800 on the server, in a runrev button put the script:

on mouseUp
   open socket "localhost:6800" with message "socketConnected"
   write "hello, server" & cr to socket "localhost:6800"
end mouseUp

on socketConnected
 put "connected to server!"
end socketConnected

If they're on different machines then change "localhost" to
"192.168.0.101" or whatever the ip address of the server is.

--
-Mark Wieder
[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