I think I will first try to create my big list in parts. Indeed it not
critical to have all the list items visible right from the beginning.
Instead I can use a timer to split this heavy operation to smaller tasks and
so give the other parts execution time while the timer is running. Should
have figured this out by myself... Thanks for your tips!

           -ilkka


On Tue, Jan 5, 2010 at 7:19 PM, thron7 <thomas.herchenroe...@1und1.de>wrote:

>  Could it be an idea to use qx.ui.table.Table instead, as Table is already
> virtual?! I might be wrong but I think Table already employs re-use of row
> structures.
>
> T.
>
> Ilkka Oksanen wrote:
>
> Hi,
>
>  I have made an Qooxdoo application which in some situations will show
> lots of LitsItems (>300) in the initial UI view after startup. This will
> lead to slow initial rendering. One option to solve the problem is of course
> to change the UI design but I wouldn't like to do that. Are there other
> options? Would it be possible for example to avoid the time spent in
> various constructors and clone the ListItems instead of creating them in
> lopp one by one using new.  I guess this could be done by copying all the
> properties of one ListItem JS object to blank object and then changing some
> obvious properties like Label. Is there some internal bookkeeping that will
> break or other problems?
>
>  Thanks,
>
>          -ilkka
>
> --
> http://iki.fi/iao/
> +358 50 486 0721
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon 
> customershttp://p.sf.net/sfu/verizon-dev2dev
>
> ------------------------------
>
> _______________________________________________
> qooxdoo-devel mailing 
> listqooxdoo-de...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>


-- 
http://iki.fi/iao/
+358 50 486 0721
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to