Hi Tobi,

This often happens if you try access a private variable (prefixed with two underscores) from outside a class (thus violating access rules). You should go through your code to find where that happens and fix that.

The build version of the generator optimizes private variables by renaming them to a shorter name, to produce a smaller script. The source version doesn't have this optimization, that's why your code works in the source version, even though it's still wrong.

Regards,
Marc


On 18-04-13 15:36, Tobias Koller (GERMO GmbH) wrote:
Hi,
I have a problem with the build-version of my application.
My source-Version works without problems.
But when I create the build-version (generate.py build)
I get this error when I open the application in any browser:
TypeError: bp is null
Can you help me with this?
Qx: 2.1.1
Thanks
tobi


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter


_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to