Rüdiger I'm guessing that it didn't work.
Take a look at the example code in frontend/application/testrunner/source/class/testrunner/test/Mixin.js to see it in action and work backwards from there. Check structures in a debugger. It's possible also that you can't apply the patch at the "defer" point and have to do it later. Beyond that, I haven't used this myself - I only got involved in the bug because I thought that being able to call the original function was essential, having worked in the innards of qooxdoo myself. Hugh > maybe you know what's wrong with my next step, too... > > I back-ported the qx.Class.patch function (appeared to be the only > change between 0.7.3 and latest from the 0.7.x legacy branch). > > Then I created a class (see code below) that contains one function > (_idealKeyHandler) that should 'override' the one in > qx.event.handler.KeyEventHandler. The defer-function calls the > patch-method. > > Any idea what is missing? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
