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

Reply via email to