Today FriedrichF wrote: > Ok i load the Data in chunks, this works well. > Now i want to make the progress with a progressBar visible. > The progressBar doesn't grow, it seems that the GUI doesn't respond while i > create the Model. > Is there a workaround or should i use a Spinner gif?
note that javascript is event loop based ... the UI will NOT update until your code has run through ... you can avoid this by calling your code in chunks with window.setTimeout(function(){ ... code ... },0); cheers tobi > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/View-Big-Data-in-Virtual-Tree-tp7587328p7587330.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland www.oetiker.ch t...@oetiker.ch +41 62 775 9902 ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel