Nebraska: manually open a server.

Bob Arning arning at charm.net
Wed Nov 27 12:30:34 UTC 2002


On Wed, 27 Nov 2002 10:44:25 +0100 Markus Fritsche <Fritsche.Markus at gmx.net> wrote:
>| server |server := NebraskaServer new.
>server startListeningOnPort: 9091.
>(NebraskaServerMorph new server: server) openInWorld.
>
>as described on http://minnow.cc.gatech.edu/squeak/1356 and did get the 
>following walkback. "Share" in the navigator flap works.

Markus,

It looks like the example code on the swiki is out of date. If you want to do this from a Workspace, then try using what the "Share" button uses with a slight change

	NebraskaServerMorph serveWorld: World

Cheers,
Bob



More information about the Squeak-dev mailing list