The best way is to use the Makefile variables e.g.

APPLICATION_THEME_APPEARANCE

Simply set it to the full classname.

This is the same for the setter. The first Parameter needs to be a 
reference to the theme. (BTW: In your case the setter should print out 
an error that the incoming value is invalid).

Change it to:
qx.theme.manager.Appearance.getInstance().setAppearanceTheme(my.theme.Ext);

Sebastian


dperez schrieb:
> Hi,
> 
> I'm trying to make custom themes.
> But don't know how to apply them.
> I've tried e.g.:
>   qx.theme.manager.Appearance.getInstance().setAppearanceTheme('Ext');
> but it fails.  :-(
> 
> Thanks for any hint.
> 
> Regards,
> David


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to