Hi,
Currently this.base doesn't work from within a mixin. This looks like it
is by design. From qx.class.__addMixin:
if (entry.$$members) {
this.__addMembers(clazz, entry.$$members, patch, patch, patch);
The last parameter allows qx.Class to attach "base" to the function, but
it is always false for Mixins.
Is this by design, if so why?
I have a mixin that helps with our GUI, it needs to override
add/removeState. I can workaround the problem for now by manually doing
this in the Mixin c'tor, but i need a better solution.
this.addState.base = qx.ui.core.Widget.prototype.addState;
TIA,
Matt
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel