Re: [qooxdoo-devel] Another layout issue...

2006-02-18 Thread Sebastian Werner
Kent Olsson schrieb: Sebastian, Points of different views is exactly what you need. The comment you made is unnecessary. Thank you! :-))) Hej Kent, possible it was unnecessary. I would like that you ask first what is the way it should work, instead of simply tell us that this is a bug. For

Re: [qooxdoo-devel] Another layout issue...

2006-02-18 Thread Kent Olsson
Sebastian, Points of different views is exactly what you need. The comment you made is unnecessary. Thank you! :-))) The solution on the problem you presented is definitively one solution, but it is not there right now. Furthermore, can you explain how you are going to handle automatic adjustmen

Re: [qooxdoo-devel] Another layout issue...

2006-02-18 Thread Sebastian Werner
Kent Olsson schrieb: You have a QxLayoutBox and add three components to it. The first component has the width "50%", the second component is static "24" and the third component is "50%". The layout does not work ,as it exceeds 100% of the size of the parent and thereby flows over. The solution s

[qooxdoo-devel] Another layout issue...

2006-02-18 Thread Kent Olsson
You have a QxLayoutBox and add three components to it. The first component has the width "50%", the second component is static "24" and the third component is "50%". The layout does not work ,as it exceeds 100% of the size of the parent and thereby flows over. The solution should instead be: Sum