Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Kent Olsson
Hej! THe problems with the layout mechanism have also caused a lot of problems for me developing the DatePicker and DateCombobox. But there are more problems when you come to localization. Additionally, it must be integrated with the manager, and that is one of the reasons that we have started the

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Sebastian Werner
Til Schneider schrieb: Sebastian Werner schrieb: This seems to be really much time for just a small change in my opinion. How fast is your computer? Was this IE or Gecko? It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes 250ms (Athlon64 3200+, Firefox 1.5, Linux). If I wo

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Til Schneider
Sebastian Werner schrieb: This seems to be really much time for just a small change in my opinion. How fast is your computer? Was this IE or Gecko? It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes 250ms (Athlon64 3200+, Firefox 1.5, Linux). If I would create such a widge

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Sebastian Werner
Til Schneider schrieb: I'm currently creating a DateChooser widget (see attachment). The single days are QxLabels. The whole widget uses smart layouting, so everything is positioned by layout managers. Since QxGridLayout doesn't support flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxL

[qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Til Schneider
I'm currently creating a DateChooser widget (see attachment). The single days are QxLabels. The whole widget uses smart layouting, so everything is positioned by layout managers. Since QxGridLayout doesn't support flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxLayout for each row. W