Name of events
Posted: Tue Nov 28, 2006 13:57
Is there a simple way of getting the available Events for a specified Window?
I have for example a Radiobutton, in the API documentation is has a method named EventSelectStateChanged" and onSelectStateChanged
None works with w:subscribeEvent("EventSelectStateChanged", "setupWorldEnableCallback")
or w:subscribeEvent("onSelectStateChanged", "setupWorldEnableCallback")
and finally SelectStateChanged.
None of the above works.
I can get a slider to work, and ordinary button (with Clicked) but not this Radiobutton, it just doesnt respond...
Any hints?
I have for example a Radiobutton, in the API documentation is has a method named EventSelectStateChanged" and onSelectStateChanged
None works with w:subscribeEvent("EventSelectStateChanged", "setupWorldEnableCallback")
or w:subscribeEvent("onSelectStateChanged", "setupWorldEnableCallback")
and finally SelectStateChanged.
None of the above works.
I can get a slider to work, and ordinary button (with Clicked) but not this Radiobutton, it just doesnt respond...
Any hints?