I have implemented a SDMultiWheel in my Android app. I use the ControlValueChanged event to get the newly selected value, something like this:
Event &var2.ControlValueChanged //var2 being the wheelcontrol
msg(&var2)
Endevent
What's strange is that the msg returns, not the selected value, but the old one (value before the selection).
How can I get the new selected value?