Am 30.07.2010 14:28, schrieb Derrell Lipman: > Dietrich, this seems to lend itself REALLY well to using the > Progressive loader. As soon as the first tab is rendered, the UI is > available to your users, and additional tabs can continue to render in > the background. Please see > http://demo.qooxdoo.org/devel/demobrowser/#progressive~ProgressiveLoader.html > <http://demo.qooxdoo.org/devel/demobrowser/#progressive%7EProgressiveLoader.html> > > In that example, I intentionally switch to the latest tab being > rendered, and render small portions of each tab in a batch, so that > the user can see the UI being rendered. In your case, you wouldn't > switch to the latest tab being rendered, and you'd probably include a > single tab's widgets in a single batch. > >
Thank you for the hint Derrell. But I think my first option is to try to implement a lightweight checkbox and radiobox which should resolve two issues: 1. reduce the number of created dom elements from 7 to 3 per instance (1 container div, 1 input and 1 label) 2. give the classic look of checkboxes and radiobuttons back But I've not made a decision yet. -- Mit freundlichen Grüßen Dietrich Streifert -- Visionet GmbH Firmensitz: Am Weichselgarten 7, 91058 Erlangen Registergericht: Handelsregister Fürth, HRB 6573 Geschäftsführer: Stefan Lindner ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
