As a small optimization you could replace this:
construct: function(currFn) {
this.addListener("click", function(e) {
currFn(e);
});
});
with this:
construct: function(currFn) {
this.addListener("click", currFn);
});
sikd wrote:
> It works!!!
> Thank You very much.
> :D
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel