Now there's a button to open the world menu. Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs>
Pharo Smalltalk Screencasts: http://www.pharocasts.com/ Blog: http://magaloma.blogspot.com/ Developer group: http://cara74.seasidehosting.st On Wed, May 25, 2011 at 11:20 AM, laurent laffont <[email protected] > wrote: > On Wed, May 25, 2011 at 11:06 AM, Stéphane Ducasse < > [email protected]> wrote: > >> I do not understand. >> >> how can I get a browser? >> > > Hey, this is just a start :) I will add a button to open the world menu. > > > once this is one is created I get the browser full screen >> but then how do I get a chance to create a new one if I want. >> >> dividing the browsers based on the screen size results in rather small >> browsers :) >> > > yes, but because browsers waste space IMHO. Maybe we could get rid of > windows borders when tiled. > > Laurent. > > > >> >> Stef >> >> >> > TWMBar new open. >> > >> > The real manager is TilingWM. Try: >> > >> > (TilingWM forWorld: World) tileVisibleWindows. >> > (TilingWM forWorld: World) tileBrowsers. >> > (TilingWM forWorld: World) tileWorkspaces. >> > >> >> >> >
