Thanks for the idea!

Actualy it didn't work completely, but helped a lot:

The event "execute" could not be captured, but mousedown did!

So I solved my problem using: 

button.addListener("mousedown",this._handleEvent,this,true);

instead of:

button.addListener("execute",this._handleEvent,this);

Thanks!

Regards,
Herman


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/cannot-execute-a-button-inside-a-selectbox-tp6337857p6340024.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to