On Wed, Jul 13, 2011 at 9:46 AM, Simon Denier <simon.denier@gmail.com>wrote:
On 12 juil. 2011, at 23:53, laurent laffont wrote:
Here's a screencast: http://magaloma.blogspot.com/2011/07/twm-docking-windows.html
Looks very cool (now it starts to feel like eclipse ;) )
I hope we'll do far better than Eclipse :)
Could you copy-paste the commands from the video in the blog post. It's very hard to tell what you are doing given only the video.
The commands are in the comment of the class DockingWindowMorph and GroupWindowMorph DockingWindowMorph new openInWorld. (GroupWindowMorph new openInWindowLabeled: 'Window organizer') extent: 400@400.
I guess the first do-it is: DockingWindowMorph new openInWorld
But I get a DNU #changePropotionalLayout on GroupWindowMorph with a recent Pharo 1.3 image. What should I do?
It won't work in Pharo 1.3 out the box because it needs updated Polymorph. You need to apply patches from Gary: http://code.google.com/p/pharo/issues/detail?id=4391 I will check this evening. Laurent
Test and feedback welcome.
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
-- Simon Denier