Hi, just for my own interest: how does the layout of qooxdoo work? do you calculate all positions of widgets etc depending on the window-size? What is the different to the usual HTML-sh..?
Maybe this is a "not-too-easy-explain"-question but I really want to know this ;) Thanks Tobias -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs Gesendet: Freitag, 22. August 2008 10:23 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] using only layouting for website Tobias Koller (GERMO GmbH) schrieb: > > Hi, > > one question. > > Is it possible to just use the fantastic layouting in qooxdoo 0.8 to > build an web-application? > > It is always a big problem to layout divs and spans etc exactly in all > browsers (its standard in qooxdoo) ;). > > A standard-application was still very big in 0.7 (about 1mb? that's > why I'm asking about only use qx-layouts). > > Did the size of a qx-application change between 07 and 0.8? > > I guess I will use standard qx 0.8 including widgets but would also > like to know if it would be possible to just use the layouts. > > Thanks a lot. > > Tobias > Hi Tobias, It might be feasible to do but not out of the box. In 0.8 we separated the layout manager from the widgets. The layout manager always works with instances of the abstract class "LayoutItem". Right now the only concrete sub class of LayoutItem is Widget (let's ignore spacers for the moment) but widgets are probably to heavy for a classic web page. It may be interesting to evaluate how a very light weight layout item would perform. Maybe just a very small wrapper for a single DIV element, which implements the methods required by the layout manager. If this works I would expect a file size to be about 200KB. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauerstraße 48 76135 Karlsruhe Amtsgericht Montabaur HRB 6484 Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim Weiss Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------- 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 ------------------------------------------------------------------------- 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
