i use this in the config.json

   "let" :
   {
     "APPLICATION"  : "myapp",
     "QOOXDOO_PATH" : "../qooxdoo",
     "QXTHEME"      : "myapp.theme.test.Theme",
     "API_EXCLUDE"  : ["qx.test.*", "${APPLICATION}.theme.*", 
"${APPLICATION}.test.*"],
     "LOCALES"      : [ "de","en" ],
     "CACHE"        : "${TMPDIR}/cache",
     //"CACHE"        : "../cache",
     "ROOT"         : "."
   },


and in the
application.js i use this to change the theme

qx.theme.manager.Meta.getInstance().setTheme(myapp.theme.test.Theme);

but the theme is the in the config defined. some elements, like the 
menu, change the color  to the new one, when i  move the mouse over it

what can be wrong? what must i do?


------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to