That's:

 

TWMWorldManager instance createOrSwitchToWorldNamed: 'JustAnotherWorld'.

TWMWorldManager instance createOrSwitchToWorldNamed: 'Pharo'.

 

Cheers,

 

Laurent

 

Le vendredi 30 mai 2014, 06:27:39 H. Hirzel a �crit :

> Hello

>

> I installed TilingWindowManager through the

> MetacelloConfigurationBrowser in Pharo 3.0.

>

> The class comment of TWMWorldManager says

>

> I provide an unlimited number of blank canvases on which to create...

>

> "Add a world:"

> WorldManager instance createOrSwitchToWorldNamed: 'JustAnotherWorld'.

>

> "Return to the default world:"

> WorldManager instance createOrSwitchToWorldNamed: 'Pharo'.

>

>

> However the global WorldManager is not known anymore. What do I need

> to use instead?

>

> Thank you for the answer in advance

>

> Hannes

>