> FWIW this is what I have so far: > > http://0xc0deba5e.appspot.com/agoweGMwZGViYTVlcgwLEgRDb2RlGKnoAgw > > It's mostly trial and error and slowly grasping how the whole system > works, eventually ending with something that actually doesn't break > (or even crash). It generates my app.js and qx.js which I both include > in my index.html. Everything loads fine up until Application.js and > then .. nothing. No errors, but the application isn't running.
The problem with this approach is that there is not enough care being given to the qooxdoo loader and app start-up. You need to make sure there is only one loader included, and it has to be included with the application files (the 'source-hybrid-application' job in your config.json). This loader than needs to signal the application start-up. Again, before struggling with self-written jobs give the new 'source-hybrid' job from base.json a shot. T. ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
