Hey, exactly, you are only able to use mixins to dynamically create decorators. In fact, thats just simple qooxdoo OO system which only includes mixins into a new class and thats it. Regards, Martin
Am 15.08.2011 um 14:55 schrieb Mustafa Sak: Thanks, Derrell. Now I see why the error accurse, but why I am not able to mix any decorator? Do I have to use just mixin decorators together? Sure this is documented anywhere, but I was too blind to see it. Best regards. SAKsystems Inh. Mustafa Sak Varrelmannstr. 16 30453 Hannover Tel. +49 511 / 165 969 40 Fax +49 511 / 165 969 49 Mobil +49 163 / 312 6144 http://www.saksys.de [email protected]<mailto:[email protected]> STEUER-Nr. 2613817458 ________________________________ Von: Derrell Lipman [mailto:[email protected]] Gesendet: Montag, 15. August 2011 14:50 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] decorator: Combination of decorators are notpossible On Mon, Aug 15, 2011 at 08:45, Mustafa Sak <[email protected]<mailto:[email protected]>> wrote: Hi devs, is this behavior known? decorator : [ qx.ui.decoration.MBorderRadius, qx.ui.decoration.Double ], The include definition in class "qx.ui.decoration.MBorderRadius_Double" contains an invalid mixin at position 1: [Class qx.ui.decoration.Double] I don't know decorators, but the error message impies that each entry in the array must be a mixin. Is qx.ui.decoration.Double really a mixin? I suspect not. Mixins, by convention, begin with the letter 'M', as in MBorderRadius. Derrell <Mustafa Sak ([email protected]<mailto:[email protected]>).vcf>------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected]<mailto:[email protected]> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
