NetworkServer Web Interface

"Willian Filus" <[email protected]> Mon, 25 Apr 2005 19:37:06 -0300
Newsgroups gmane.comp.breve
Message-ID <[email protected]>
Hello all,

  This error appears in the first time I run script, I using the windows
platform and I don't know how invoke any method in http;

 

The error is:

 

Cannot create socket: No error

error: network error for NetworkServer (019CA450) listening on port 2222 

 

@include "Mobile.tz"

@include "Control.tz"

@include "NetworkServer.tz"

 

Controller Main.

 

Control : Main{

            + variables:

                        ball2 (object).

                        ball3 (object).

                        net (object).

       

 

            + to init:

                       ball2 = new Balls.

                       ball3 = new Balls.

                       ball2 move to (2.0,0.5,0.0).

                       net = new NetworkServer.

                       net listen on-port 2222.

            + to cor on item(object):

                        item set-color to (1,0,0).

            + to teste:

                        print "Teste".

}

 

Thanks for help,

Willian

_______________________________________________
breve mailing list
[email protected]
http://lists.spiderland.org/mailman/listinfo/breve