Hi,

C.Bieser wrote:
> Hello,
>
> I want to set the default theme and icon set for my application but nothing
> I've found here works.
>
> For example:
> -----
> qx.Proto.initialize = function(e)
> {
> [...]
> qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme(
> qx.theme.color.WindowsRoyale )
> };
You don't have to set the default (Classic) appearance theme again in your 
application. 

The (theoretical) call would look like:
qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme(qx.theme.appearance.Classic);

To change an icon theme to "CrystalClear" use
qx.manager.object.ImageManager.getInstance().setIconTheme(qx.theme.icon.CrystalClear);

Hope that helps,
  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