I would like to triger the "change" event on the selection of a
VirtualSelectBox.

At first I tried 
selectBox.getSelection().fireEvent("change");

But this gave me an error that said it expected a qx.event.type.Data and not 
a qx.event.type.Event so I tried:

selectBox.getSelection().fireEvent("change", qx.event.type.Data);

Now I get this error and I have no idea what it means:
Uncaught TypeError: Cannot read property 'start' of undefined

Thanks.

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Trying-to-trigger-event-with-fireEvent-tp6352262p6352262.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to