Hello, yesterday (may be 1 month after last update), I updated qooxdoo from SVN and tried to build my project. But there were some errors with generate.py, so I created new skeleton and I have everything new. Then I copied 2 files from my old project (Application.js + Manager.js) and built it. It built OK, but when I tried to load the page, errors like "qx.html.Label is not constructor" or "qx.ui.layout.Grow is not constructor" appeared in Firefox Console. My project is main Application.js, which only creates new instance of Manager (defined in Manager.js), Manager extends qx.ui.container.Composite. What I found out is, that if I define some variable like var somename = new qx.ui.layout.Grow(); in Application.js, then error is gone. So I am thinking, than generate.py is not checking classes which are used in Manager.js or something. I found that there were some changes with URI handling or something, can this be some problem? I checked Application.js + demobrowser.js (application.js also creates demobrowser which is extension of .Composite), and I think class definitions are same as in my project.
Does anybody know what the real problem could be? Or will I have to create variabbles in Application.js for all types I'm using in Manager.js? BTW: I tried to run "./genbuild.py migration" and it didn't help. Thanks, Martin ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
