Hi,

      Pls take a look at this code snippet


   var doc = this.getRoot();
 doc.add(new qx.ui.form.TextField(),{left:10,top:10+(i*10)})
   
 doc.add(new qx.ui.form.TextField(),{left:10,top:30})
           alert('1');
 doc.add(new qx.ui.form.TextField(),{left:10,top:60})
           alert('2');
 doc.add(new qx.ui.form.TextField(),{left:10,top:90})
           alert('3');

when this snippet is run the textfield widgets are created and added to root
widget, but are display on screen all together after alert(3) is executed.
Instead of 3 if there are many widgets to be added , all are displayed
together at the end only. 

Is there any way to display the widget immediately after it are added to the
container? 

Pls Help

Regards
Joe

-- 
View this message in context: 
http://n2.nabble.com/Dipslay-of-child-widget-immediately-after-being-added-to-a-container-tp4116648p4116648.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to