Page MenuHomeFeedback Tracker

sliderSetSpeed does not work as intended
Closed, ResolvedPublic

Description

According to the Community Wiki the command sliderSetSpeed takes in 3 parameters, two of these being line and page.

It seems as only line has effects in the sliders in ArmA 3. Sliding the slider with the mouse will give decimal results such as 0 -> 0.123456 and not 0 -> 1 even if sliderSetSpeed [x, 1, 1] was ran.

Details

Legacy ID
402814422
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Create a dialog with a slider.
  2. Try using sliderSetSpeed on said slider.
  3. Notice how it does not work as intended.

Event Timeline

qbt edited Steps To Reproduce. (Show Details)Aug 10 2013, 6:50 PM
qbt edited Additional Information. (Show Details)
qbt set Category to Scripting.
qbt set Reproducibility to Always.
qbt set Severity to None.
qbt set Resolution to No Bug.
qbt set Legacy ID to 402814422.May 7 2016, 3:57 PM

Just tested and it works as intended. You have to be more specific.

line - is how much the slider should jump when you click on arrow
page - is how much it should jump when you click on the slider bar

slider length is 10
if you set any to 10 it will jump from beginning to the end in 1 click
if you set any to 1 it will take 10 clicks

what is not working as intended?

qbt added a subscriber: qbt.May 7 2016, 3:57 PM
qbt added a comment.Aug 10 2013, 9:39 PM

Hello Killzone_Kid,

Apparently I misunderstood "page" to be the step of the slider when slided. I also remember there being a slider step in some of the dialogs I remember from ArmA 2.

As there is no problem, or the problem was caused by my mistake, this ticket should be closed. Thanks for testing Killzone_Kid!

qbt added a comment.Aug 10 2013, 9:39 PM

Not a bug