rsantiagopaz schrieb: > thank you Daniel. > > About 2, yes, I know how work with that variant. > My objective with this simplified example is to learn work correctly with > all fireEvents, and particularly learn to avoid this error in dblclick, for > example. I figure I must use the 'args' third parameter to initialize the > Mouse event, but I cant find documentation. You know where I can find it? > Thanks.
'args' is what the event's 'init' method is called with. In this case: http://demo.qooxdoo.org/current/apiviewer/index.html#qx.event.type.Mouse~init Regards, Daniel ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
