Hello Dietrich,

Dietrich Streifert wrote:
> Hello List,
>
> I've created my own theme based on the classic theme.
>
> How can I change the theme programatically (not by specifying
> APPLICATION_THEME) in the Makefile?
Use 

"qx.theme.manager.Appearance.getInstance().setAppearanceTheme(YOUR_THEME_HERE);"
 

in your "main" method. Just insert the class name of your appearance theme. 
The "new" operator is not needed (for version 0.7)

cheers,
  Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to