Re: [qooxdoo-devel] fireEvent and mouseClicks

2010-03-05 Thread Jonathan Weiß
Hello Benoît! This should work: widget.fireEvent( "click", qx.event.type.Mouse, [{}, widget, widget, false, true] ); Be sure that the widget is created and ready. Kind regards Jonathan - Jonathan Weiß Framework Engineer http://mysterycity.de/blog Blog - htt

[qooxdoo-devel] fireEvent and mouseClicks

2010-03-04 Thread benco
Hello, I'd like to fire a mouse click event on a certain qx.html.Element but I don't know how to properly call the function fireEvent. I attached a click event on the targeted element that calls a function to be executed only if the button pressed is the left one. In some case, I would bypass