Hi!
How i can get result from one scroll bar in my dialog?
In the dialog table i've this line:
scroll "time", 401, 275 82 60 20, horizontal range 60 90
and the code:
on *:dialog:roll:scroll:* {
if $did == 400 {
set %delay1 $did(400)
did -r roll 9
did -a roll 9 %delay1
}
}
but %delay1 return $null. How i can read the value of the scroll?
Tia.