Re: [qooxdoo-devel] Part dependency help

2013-12-02 Thread csfahey
Thanks. That helped quite a bit to get past the generate source stage. Now when I run it I get an error: "Incomplete parameters". I am not sure what is going on. I set my debugger to break in the main application class but it doesn't seem to even create the class. Any thoughts? Here is the b

Re: [qooxdoo-devel] Part dependency help

2013-11-28 Thread thron7
You have probably seen the guidelines for configuring parts in the manual [1]. The issue you might be running into is rule 2, don't put load dependencies of one part in the "include" list of another. [1] http://manual.qooxdoo.org/3.0.x/pages/development/parts_using.html#in-depth-configuring-the

[qooxdoo-devel] Part dependency help

2013-11-27 Thread csfahey
My application has grown large enough that it warrants breaking it up to help load speed. Needless to say, I am trying to build it into parts. The problem I seem to be having is that I have a dependency problem and don't seem to understand parts dependency well enough to know where to look for th