Hi Skar, the tango icons were copied, because you use the modern theme. The #asset statements are defined in the qx.theme.modern.Appearance file. Due to the icons are copied to the resources.
Cheers, Chris skar karthikeyan schrieb: > > > On Thu, Sep 10, 2009 at 7:50 PM, Christian Schmidt > <[email protected] <mailto:[email protected]>> wrote: > > 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). > > > Thanks. It works. Also, some icons in the tango theme were also > copied, like > "build/resource/qx/icon/Tango/16/apps/office-calendar.png" which have > no references inside the code. Any idea why? > > cheers, > skar. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > 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 > -- 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
