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
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
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