> The test data file is about 6MB of pure text. When I do "generate.py > source", it completes in about 10 minutes - but the "generate.py build" > has > been stuck at 90% for the past hour with the python process taking 100% of > Is there a better way to load this > data > without a server?
Indeed, there is. Just use qx.io.remote.Request to load the data file. If you run your app from the file:// protocol, the data will be loaded with this protocol as well - no server needed. If in doubt take a look at the Apiviewer source which does that to load e.g. class documentation files. T. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
