Re: [qooxdoo-devel] Very slow rendering of many CollapsablePanels

2013-05-02 Thread Phyo Arkar
thanks a lot man that's what i thinking. i have not touched virtual infrastructure but i am going to take a look! On May 2, 2013 10:07 PM, "hagendorn" wrote: > Hi, > > the problem is that you can't create so many widgets, you should try the > virtual infrastructure. The virtual infrastructure cre

Re: [qooxdoo-devel] Very slow rendering of many CollapsablePanels

2013-05-02 Thread hagendorn
Hi, the problem is that you can't create so many widgets, you should try the virtual infrastructure. The virtual infrastructure creates only widgets for the visible view part. Here is a gallery example: http://demo.qooxdoo.org/current/demobrowser/index.html#virtual~Gallery.html Please ask if you