JADE (NetBeans IDE 6.8) and Rev Studio 4.0
zeeshan aamir
shani.runrev at gmail.com
Fri Mar 19 20:32:00 EDT 2010
Thanks Mark Schonewille and Mark Wieder,
I try Mark Wieder code in Server button code but its not work.
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
Regards,
ZEESHAN
On Sat, Mar 20, 2010 at 1:10 AM, Mark Schonewille <
m.schonewille at economy-x-talk.com> wrote:
> 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
>>
>
>
> _______________________________________________
> 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