Hi Skar,

yes, but it is was not intended. You have to edit your Theme class for 
your application to use the oxygen icons. Is it also important to add an 
assert statement for the icons.

/* ************************************************************************
#asset(qx/icon/Oxygen/*)
************************************************************************ */
qx.Theme.define("testicons.theme.Theme",
{
  meta :
  {
    color : testicons.theme.Color,
    decoration : testicons.theme.Decoration,
    font : testicons.theme.Font,
    icon : qx.theme.icon.Oxygen, //change to the oxygen icons
    appearance : testicons.theme.Appearance
  }
});

This should make it possible to use only the icons, but keep in mind 
that all oxygen icons are added to the project. Normally the framework 
copies only the needed icons (defined in the appearance file).

Cheers,
Chris

skar schrieb:
> Hi Chris,
>   
>> have you switched the complete theme from "modern" to "classic"? Or do 
>> you try to use the icons from the "classic" theme for the "modern" theme?
>>   
>>     
> I just want the oxygen icons with the modern theme. Is that possible?
>
> cheers,
> skar.
>
>   


-- 
Christian Schmidt
Software Entwickler

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to