Hi, I'm tring to make a build version of my code. I'm using Qx 1.4.

After running "generate.py build" and try the app on Chrome, it starts
giving error messages like

"Uncaught TypeError: Object fkq.ui.main.MainToolbar[62] has no method
'__makeHandler'"

__makeHandler method is defined in a mixin that is declarated in the source
code of MainToolbar like

qx.Class.define("fkq.ui.main.MainToolbar",
{
        extend  : qx.ui.toolbar.ToolBar,
        include : [fkq.data.MControlDataEventHandling],
        
So it seems that the build process is not including the mixin, but I've run
the build process in verbose mode and the mixins are being processed normaly
(apparently). 

This happens with all other mixin I've not workarounded.

I just have to add that the whole code works perfectly in development. This
started happening when trying to run the build version.

Thansk for your help!
Herman



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/cannot-build-production-version-because-mixin-look-to-be-missed-from-build-tp6391844p6391844.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to