Sliderstools extension issue

com.watermelonice.SliderTools.aix|attachment
Mod edit, only authors can upload extensions

([FREE / Open Source] SliderTools - more slider features - Extensions - Kodular Community)
Am using this extension to register the slider position after touchup

I don't have any other components in this project, when i move the slider1; Label1 is stuck in 1 position and doesn't change.
Thank you for your help

The change should occur the moment you lift your finger from the slider, and not when moving.

Yea, the problem is that it doesn't change

Use the TouchDown event instead.

In the next version of app inventor these blocks will be built into the native slider component.

nice when is it supposed to drop?

It register when i touch down, but i need to register when it touches up. Am i the only one experimenting this issue?

Which issue? What exactly is the goal of the app (Slider)?

Its quite simple, When the slider is touch up, The label will register its thumb position. The issue: When i touch up the slider it is not registering any movement.

:question:

:interrobang:??

Dear @Fryan,
first of all please let me comment that clearer are questions, better focused will be the answers.

Having said that, please find annexed an .aia in which I've used the SliderTools extension (from @WatermelonIce :+1:) and in which I've used both the events TouchUp and TouchDown. In both cases the new thumb position is shown, provided that in the Changed event the new thumb position is assigned to a global variable, used by the two other events.
Please also note that the "component" name (shown into Label1), is pretty weird, so I think we can forget it.
sliders.aia (13.7 KB)

Last note: in the same .aia you'll find also some other experiments that I did with the standard sliders blocks. I left them in, for your perusal.

Hoping it can help.
All the best.

image

1 Like

thank you for your help, I fixed my issue.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.