Andreas Ecker wrote:
> Matt, what exactly is the "scrolling bug"?

The list is a scrolling widget with a composite container containing all 
of the children. With a VBox layout (for example) it can add up all of 
the height of the children to find out the what the height of the 
container should be, regardless of the width. With flowlayout however, 
the height is directly related to the width. So when computeSizeHint is 
called we can't correctly calculate the height as we don't know the 
width. And without the layout knowing the correct height to use, the 
container isn't the right size hence the scrolling bug. Currently as a 
temporary work around I just set the height of the container manually.

That is of course if I have understood everything correctly, do you know 
if there is another way of getting this to work correctly without the 
support for getHeightForWidth? Or is it just best to wait?

Hope that explains it a bit better,
Matt


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to