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.
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