You need to assign a predefined action to the slider (Run Apple Script (async in background))
on bttWidgetSliderMoved(sliderValue)
tell application "iTunes"
set the sound volume to sliderValue*100
end tell
end bttWidgetSliderMoved
You need to assign a predefined action to the slider (Run Apple Script (async in background))
on bttWidgetSliderMoved(sliderValue)
tell application "iTunes"
set the sound volume to sliderValue*100
end tell
end bttWidgetSliderMoved