Stefan,
> If I open a View Composer, create a new shell, change its
> layoutManager to FlowLayout, add three push buttons and then try to
> manipulate the layout's gap, Dolphin 4.0 pl1 crashes horrible.
>
> (By pressing ctrl+break multiple times and then closing the View
> Composer, you can revive DS but it's still annoying)
It's not so much a crash as a loop (that's why Ctrl+Break recovers). Anyway,
it's a known problem that has been fixed for 4.01. In the meantime you can
apply the fix yourself by removing the following lines from
FlowLayout>>layoutContainer.
each extent: extent; update. "Force update to prevent re-layout."
extent := extent + (self horizontalGap @ self verticalGap).
The second of these, if nothing else, was doubling the horizontal and
vertical gaps between the views in the container.
Best Regards,
Andy Bower
Dolphin Support
http://www.object-arts.com---
Visit the Dolphin Smalltalk WikiWeb
http://www.object-arts.com/wiki/html/Dolphin/FrontPage.htm---