On 2010-12-16 16:08 Peter Schneider wrote: > [...] > I will just try to swap the constructor-call order of my local framework copy > (qx.Class.__wrapConstructor lines 1618 - 1638) and see what happens... > Maybe I get a feeling if this does more harm than help :-D > > Stay tuned for any results... > [...]
As expected it totally breaks my application :-D (qx.ui.core.MResizable e.g. expects to be included by a class that provides a getContainerElement() method...) So just in case anyone thinks this _could_ work: It doesn't ! ;) Does anyone with Java experience have information about how this is done in Java? I think the concept of Mixins was borrowed from Java, wasn't it? Anyway, I stick to my 1st approach (the one with the initContextMenu() method that has to be called after instantiation) I don't think an enhancement/bug should be made for this until more developers feel *really* bad about this. Thanks for the discussion so far, Peter ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
