Closed stratboy closed 2 years ago
With your min
value at 300
, setting the handles to 20
and 80
sets both to the minimum value, at 300
.
I see... Thank you! Especially for the patience... :) Have a nice day!
Glad I could help :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi, here's my related code:
Then, on another method:
What I need is to move the handles based on an app event, passing positions, and without firing set/change events. The above is only a fast 'manual' test.
That doesn't work: both handles are moved to the zero position. I tried different syntaxes, both with
setHandle()
andset()
, the above are just 2 examples. It never worked. What am I doing wrong? By the way, the generated range is something like this:Thank you