[squeak-dev] Re: UbiquiTalk

Sean P. DeNigris sean at clipperadams.com
Mon Aug 30 19:06:25 UTC 2010



Guillaume Grondin wrote:
> 
> Each images should use a different port. 
> For instance, you can put 6667 ou 7777 in the second image.
> 

Okay, we're getting there.  Now the first image started shows both hosts and
I can "run" the "Remote Workspace" service.  But, when I doit in the "Remote
Workspace," the code is run on the local image.  The second image shows
nothing in the host list still.

The code to load successfully in 4.1 is:


> Installer ss 
>         project: 'KomHttpServer'; 
>         install: 'DynamicBindings'.
>         
> Installer ss 
>         project: 'KomHttpServer'; 
>         install: 'KomServices'.
>         
> Installer ss 
>         project: 'SPDProjectUpdates'; 
>         install: 'rST'.
> 
> Installer ss 
>         project: 'Keymapping'; 
>         install: 'PTabBarMorph'.
> 
> Installer ss 
>         project: 'OSProcess'; 
>         install: 'OSProcess'.
> 
> Installer ss 
>         project: 'SPDProjectUpdates'; 
>         install: 'UbiquiTalk'.
> 
> Installer ss 
>         project: 'UbiquiTalk'; 
>         install: 'UTAllServices'.
> 

Then DoIt: UTHostMainGUI openInWindow.

I'm thinking from what I've read in the process that maybe it's not intended
to be used for two images on the same computer.  Is that correct?

Sean
-- 
View this message in context: http://forum.world.st/UbiquiTalk-tp2400261p2400596.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.



More information about the Squeak-dev mailing list