Re: [qooxdoo-devel] custom appearances in 0.7-alpha2

2007-04-12 Thread Andreas Ecker
Andreas Ecker wrote: > Nonetheless, to get you started, the new (much more appealing) way of > defining a theme should allow to inherit from an existing theme by using > the "extend:" key, just as the new class definition does. Please try if > that already works for you. Oops, that seems not to be

Re: [qooxdoo-devel] custom appearances in 0.7-alpha2

2007-04-12 Thread Andreas Ecker
Hi Florian! The new theming syntax and feature set as recently introduced in the trunk (and 0.7-alpha2) is in its very early stages. See the documentation and warnings in qx.Theme for instance. Nonetheless, to get you started, the new (much more appealing) way of defining a theme should allow to

[qooxdoo-devel] custom appearances in 0.7-alpha2

2007-04-11 Thread Florian Probst
Hi, i've got a problem with my custom appearance using qooxdoo 0.7-alpha2. I'd like to extend "qx.theme.appearance.Classic" and merge it with my own style-definitions. In 0.7-alpha1 the following code worked fine: qx.Class.define("de.cas.qxProject.theme.MyAppearance", { type