This is my complete config.json
{
"name" : "myapp",
"include" :
[
{
"path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
}
],
"export" :
[
"api",
"build",
"clean",
"distclean",
"fix",
"inspector",
"lint",
"migration",
"pretty",
"profiling",
"source",
"source-all",
"test",
"test-source",
"translation"
],
"let" :
{
"APPLICATION" : "myapp",
"QOOXDOO_PATH" : "../qooxdoo-0.8.3-sdk",
"QXTHEME" : "qx.theme.Modern",
"API_EXCLUDE" : ["qx.test.*"],
"LOCALES" : [ "de" ],
"CACHE" : "${TMPDIR}/cache",
"ROOT" : "."
},
"jobs" :
{
"common" :
{
"include" :
[
"${QXTHEME}",
"qx.legacy.theme.ClassicRoyale",
"${APPLICATION}.Application",
"${APPLICATION}.theme.*"
],
"settings" :
{
"qx.legacy.theme" : "${APPLICATION}.theme.Classic"
}
}
}
}
I just added "${APPLICATION}.theme.*" and "${APPLICATION}.theme.Classic"
I'm using the standard-source-job.
After including the ".theme.*" I was able to start my application and I
thought that's it, but unfortunately it doesn't work.
F.e. all the events I fire (with this.dispatchevent) doesn't work. No
EventListener is starting after event was fired.
Maybe I should create a complete new application with qooxdoo 2.1.1...
Von: thron7 [mailto:[email protected]]
Gesendet: Freitag, 22. Februar 2013 10:39
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] qooxdoo 0.7 with current qooxdoo-version
mix ?
On 02/21/2013 05:49 PM, Tobias Koller (GERMO GmbH) wrote:
After trying around millions of things i finally got the
solution.
I added this
"${APPLICATION}.theme.*"
To the "include"-part of the config.json and now the theme is
getting loaded correctly.
Mh, this is strange. The value of the QXTHEME macro is by default
included in the "include" list of the compile jobs. Is your config.json
including application.json? Are you using the standard "source" job, or
have you written your own? You can see the fully expanded job when you
run the generator with the '-v' flag, that might help to sort out
things.
T.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel