ok. I got a little bit progress. Now both of my Director and this server
software see each other. BUT I need to send a message to the software to let
it know Director is ready to receive data from it.
I tried
gMyMultiuser.sendNetMessage("station1", "subject", "it's time to work") --of
course it doesn't work...
How can I send the message to the port in Director? If there's no way to do
it in multiUser Xtra, I am thinking maybe write some perl codes to send the
message. will this work??? Everything works like a charm in command window,
but doesn't do much in Director...

This another software is a customized touch detection software. It allows a
glass wall act like a touch screen monitor. It send back x, y of where users
touch to Director.

Yachun
----- Original Message ----- 
From: "Troy Rollins" <[EMAIL PROTECTED]>
To: "Lingo programming discussion list" <[email protected]>
Sent: Monday, January 31, 2005 4:54 PM
Subject: Re: <lingo-l> maybe not MultiUser Xtra


>
> On Jan 31, 2005, at 4:36 PM, Yachun Lin wrote:
>
> > Anyway, I tried
> > gMyMultiuser.ConnectToNetServer("192.168.0.50", 1153,
> > [#userId"station1",
> > #password "secret", #movieID "fish"],#text)
> >
> > gMyMultiuser.connectToNetServer("station1", "mySecret", "192.168.0.50",
> > 1153, "fish", #text)
>
> And your other software is holding a port open, and waiting for
> connections? Remember the Director can only behave as the client in
> this scenario, and the other software must be acting as a server, or at
> least maintaining that port as "open for listen" so that Director can
> connect to it. If both programs are behaving as clients, and neither is
> maintaining the port, it won't work.
>
> What is the other software, by the way?
> --
> Troy
> RPSystems, Ltd.
> http://www.rpsystems.net
>
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to