> So I get the hint: > changing the entry in config.json and set the command: > > generate.py source > > All looks fine. I got my debugger in firebird and the js files hadn't a > nocache parameter. > > But now I would like to get some more text in my Application.js. > > for example > > tabsheet = new qx.ui. ....... > > and now I get an error that this one is not a constructor. It seems I can > now only work with this objects I created before this statement. > > generate.py source
Yes. So just re-run 'generate.py source' and your new dependencies are picked up. Reload in the browser and it should work. Alternatively, you can run a 'generate.py source-all' which alleviates you from re-running the generator when using new framework classes in your app. But as soon as you create new custom classes, you need to re-run that too. So you see, sooner or later you have to re-run the generator command, in order to see the proper effect of your changes. > No problem I thought: I started from new means I built a new project and > before I starts the command: "generate.py source-all" I changed the entry > in the config.json. No, don't start a new project - stick with your first one :). > And at least by starting source-all or only source I got this warning: > Shadowing job "source-script with local one > and some lines later the warning: > Excludes may break code ([u'qx.test.*', u'qximkerei.test.*', > u'qximkerei.simulation.*']). That's all fine, and you can ignore those for the moment. Just re-run 'generate.py source/source-all' in your initial app. T. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
