valueChanged

Typemessage
Dictionarywidget.radialslider
LibraryRadial Slider
Syntax
valueChanged pCurrentValue
Associationscom.livecode.widget.radialslider
Summary

Sent when the user moves the radial slider.

Introduced10
OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
on valueChanged pCurrentValue
   set the audioPan of player "myVideoPlayer" to pCurrentValue
end valueChanged
Description

Use the valueChanged message to perform an action when the user changes the current value of the radial slider.