Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

GUI slider stays active after klick and starts sliding

1 visualización (últimos 30 días)
Kaia
Kaia el 7 de Jul. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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?

Respuestas (1)

Sid
Sid el 7 de Jul. de 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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by