Ed,

- For one thing it could depend on your part configuration, so it would be
helpful if you post it.

- Did you see any warnings when building the app with parts? Where all
parts properly listed in the generator output, as you would expect them?

- Then, when you are using parts, you have to instrument your code with
appropriate calls to qx.io.PartLoader.require(). - Did you do that?

- If you did, which part throws the error you reported? Is it the boot
part, or some later part? How is this part being loaded?

- Did you read the manual section about parts [1]?

T.

[1] http://manual.qooxdoo.org/current/pages/development.html#parts


> I am trying to use parts but I am having problems.  One of the classes in
> my
> app is static and contains a large associative array where each element is
> also an associative array and one element in this inner array contains a
> name of one of the other classes:  e.g.
>
> statics:
> {
>   MENU:
>   {
>     "inq":
>     {
>       "title": "Inquiry",
>       "access": "N",
>       "objname": null,
>       "classname": myapp.Inquiry
>     }
>     ...
>   }
> }
>
> I quickly found out that I could not do parts because of this array (MENU)
> since it needed all of the classes during loading.  I then changed the
> static class to define MENU as just {} and added a function to the static
> class which initialized it.  I then called the initialize function from
> Application.js.  This worked fine (source and build) without parts.  When
> I
> generated the parts I received no errors but when I try to run the app
> (either source or build) I get the following error in firebug:
>
> qx.data.SingleValueBinding is undefined
>
> Any guidance would be appreciated.
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Parts-question-tp7366844p7366844.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> 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-dev2
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>



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