TilingWindowManager -- WorldManager? [Pharo3.0]
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
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
participants (2)
-
H. Hirzel -
Laurent Laffont