Petr Kobalíc(ek wrote: > Hi, > > is there a preferred mechanism to make new themes ?
Are you aware of this documentation: http://qooxdoo.org/documentation/0.8/ui_custom_themes ? > I made one theme > that is using Classic theme as a base, but I had problems with other > images I wanted to include (or override). You can easily shadow images (or resources in general) if you add a foreign name space to your app's resource folder, e.g. like .../source/resource/qx/static/blank.gif When creating your app, this image would take precendence over the resource with the same id (qx/static/blank.gif) in the qooxdoo SDK. > Also if I made theme from > scratch, are somewhere differences between qooxdoo versions (0.82 vs > .83, ...) ? > I'm not aware of any. - Have you checked the release notes?! T. > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
