Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

GUI slider stays active after klick and starts sliding

1 Ansicht (letzte 30 Tage)
Kaia
Kaia am 7 Jul. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi
I am making a GUI slider. Everything works just fine but after some klicks the sliding button stays active and starts sliding. Is there any way I can remove this? Or why is this happening?

Antworten (1)

Sid
Sid am 7 Jul. 2015
The first thought is that the minor step size is too small, which means that when you click a bunch of times on the slider, the script still tries to accommodate for multiples of clicks of the minor step size.
Can you try changing the minor step size, and see if there it still hangs?
GUI slider doc: check here . Check the documentation on the SliderStep section.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by