Thon,

Thanks for the quick reply.  Before I provide any answers I would like to
thank you for qooxdoo.  I have been converting a Pro*C rf warehouse
application for almost a year and I could not have done it without qooxdoo. 
Very nice work by everyone involved.

I did read the manual and looked through the feedreaded app, but that
doesn't necessarily mean that I understood everything.

Instead of posting the configuration (besides it being ugly, it is still a
work in progress) I would like to describe what I am trying to do.  The
application has almost 100 different "screens" in it which rf operators can
use to run a warehouse.  The final qooxdoo build script was a little over
1.8Mb so I thought I would try using parts since there are some very
esoteric screens which are seldom used.

In my first attempt I included ${QXTHEME}, the Application and all
"commonly" used classes (error message handling, dialog boxes, function key
handling, widget subclasses, ...) along with the previously mentioned static
class into the "boot" part.  I then defined 27 other parts -- this was just
a first attempt and needs refinement.  I realized very quickly that I was
not getting anywhere with the large associative array in the static class so
I changed it to be initialized by a member of the class and invoked this
function in Application right after logging is enabled.

At this point I was able to generate source with no errors and all 28 parts
defined, so I decided to give it a try just to see if the boot loaded.  I
have not yet added any code to call the partloader since I had assumed
(possibly incorrectly) that at least the boot should load and then I would
know that I was on the right track.  This is where the error occurs, during
boot loading.  The very first error I get is "qx.data.SingleValueBinding is
undefined"; then qx.core.Init shows being loaded; and finally that the
static module is undefined so it cannot call the array initialization
function.

Can you provide any method I can use to debug the situation?  Thanks.

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Parts-question-tp7366844p7368901.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to