JADE (NetBeans IDE 6.8) and Rev Studio 4.0
Mark Schonewille
m.schonewille at economy-x-talk.com
Fri Mar 19 20:10:47 EDT 2010
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
> mwieder at ahsoftware.net
More information about the use-livecode
mailing list