Ok,
 
i found a solution:
 
qx.theme.manager.Icon.getInstance().setTheme(qx.theme.icon.Oxygen);
 
But why is this not documented? I tried to set 
qx.theme.manager.Icon.setTheme(qx.theme.icon.Oxygen), with out success. I would 
never imagin to use getInstance. And could not find any example.
 
qooxdoo is grade, but sometimes i feel like playing puzzle.
 
regards Mustafa
 
qooxdoo weiter

________________________________

Von: Mustafa Sak
Gesendet: Fr 16.01.2009 18:00
An: qooxdoo-devel@lists.sourceforge.net
Betreff: [qooxdoo-devel] Theming


Hi,
 
i want to set the icon set from Tango to Oxygen. But i cannot, why?
 
I am using this,
 
qx.Class.define("radial.Application",
{
 extend : qx.application.Standalone,
 members :
 {
  main : function()
  {
   this.base(arguments);
   ...
  }
 }
});
qx.Theme.define("qx.theme.Modern",
{
  meta :
  {
    color : qx.theme.modern.Color,
    decoration : qx.theme.modern.Decoration,
    font : qx.theme.modern.Font,
    appearance : qx.theme.modern.Appearance,
    icon : qx.theme.icon.Oxygen
  }
}
);
But nothing happens
 
regards Mustafa Sak

<<winmail.dat>>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to