Hi,

you could keep it as you have it in your post:
this.buttons[row].addListener("click", function(e) {
      var buttonClicked = e.getCurrentTarget();
      alert(this.buttons.length);
 },this);

and you get access to the button you clicked though the event, while
accessing all buttons via this.


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/dynamic-event-object-tp6173391p6175527.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to