> > > (Pharo 1.4): > http://magaloma.blogspot.com/2011/07/twm-docking-windows.html > > - tabs: (GroupWindowMorph new openInWindowLabeled: 'Window organizer') > > extent: 400@400 > > - dock: DockingWindowMorph new openInWorld. > > but needs some work to be really nice. > > > These don't work on Pharo 1.3. They open, but do not accept morphs dropped > on them. >
Yes, only in Pharo 1.4. If you want to make it work on Pharo 1.3, you should load these changesets before loading TWM: http://code.google.com/p/pharo/issues/detail?id=4391 Laurent > > -- > View this message in context: > http://forum.world.st/Tiling-Window-Manager-tp4226499p4258369.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > >
