Hi Joe, On Sunday 06 December 2009 smartjo wrote: > I'm doing an online GUI Designer application with > qooxdoo. In the application a user interface can be designed with drag and > drop from tool bar and it can be saved and opened later. But when it is > opened , suppose there are 100 widgets (label, textfields, radiobutton, > checkboxes, list, selectbox) in the container, it takes alot of time for > them to be rendered. That is why is asked whether a widget can be rendered > immediately after it is added to the container. I use internet explorer. > I'm aware of Progressive loader , but I'm trying to achieve this rendering > task. Thankyou for ur suggestion. Kindly help if u can. You can call
--snip-- qx.ui.core.queue.Widget.flush(); --snip-- to flush the widget queue manually and to have the widget rendered immediately. cheers, Alex ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
