Re: [Pharo-dev] TilingWindowManager -- WorldManager? [Pharo3.0]

2014-05-30 Thread Laurent Laffont
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
 



[Pharo-dev] TilingWindowManager -- WorldManager? [Pharo3.0]

2014-05-29 Thread H. Hirzel
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