On 13 juil. 2011, at 12:11, laurent laffont wrote:
On Wed, Jul 13, 2011 at 11:54 AM, Simon Denier <simon.denier@gmail.com> wrote:
On 13 juil. 2011, at 10:25, laurent laffont wrote:
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
OK, there is a slice but I can't find it in either PharoInbox or PharoTreatedInbox. Any idea? SLICE-Issue-4391-Support-grouping-windows-as-tab-LaurentLaffont.1
The slice seems empty (it actually depends on other packages which I can't find). I also tried with a fresh 1.3 image, by applying the changesets from Gary, but no luck. I guess it only really works with 1.4 but I can't find it. -- Simon Denier