Info
此问题已关闭。 请重新打开它进行编辑或回答。
GUI slider stays active after klick and starts sliding
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Sid
2015-7-7
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?
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!