Re: [qooxdoo-devel] Bug-Report: Upgrading from 0.7-alpha2 to 0.7-beta2

2007-05-29 Thread Sebastian Werner
Florian, You should define settings outside your classes e.g. use qxsettigs = { "qx.iconTheme" : "foo.bar.Baz" }; and then load the generated script files afterwards. This is the preferred way. If you use the Makefile based build system you can use the variables which are available there e.

[qooxdoo-devel] Bug-Report: Upgrading from 0.7-alpha2 to 0.7-beta2

2007-05-29 Thread Florian Probst
Hi, while upgrading my project to 0.7-beta2 (from 0.7-alpha2) I experienced some problems with the generated scriptfile (using "make"). The order of included scripts is incorrect. My application.js (setting my qxSettings) should be included before any themes (in my case Icon-Theme), because it