Search found 6 matches

by RE42
Sun Sep 25, 2022 10:05 pm
Forum: Coding Questions
Topic: ScrollBarGadget stops Repeat Loop - how to prevent?
Replies: 21
Views: 2573

Re: ScrollBarGadget stops Repeat Loop - how to prevent?

Thanks for your efforts, but unfortunately I can't benefit from it, sorry. However, now I'm using a TrackBarGadget.
by RE42
Fri Sep 23, 2022 2:36 pm
Forum: Coding Questions
Topic: ScrollBarGadget stops Repeat Loop - how to prevent?
Replies: 21
Views: 2573

Re: ScrollBarGadget stops Repeat Loop - how to prevent?

@Axoloti and Jacdelad

Creating an own Gadget is also a good idea, but it's a slider. I'll think about it. Thanks!

@ firace
I didn't read carefully enough your explanation for TrackBarGadget pointing to the left. Great, I didn't know that possibility: Thanks!
by RE42
Thu Sep 22, 2022 3:16 pm
Forum: Coding Questions
Topic: ScrollBarGadget stops Repeat Loop - how to prevent?
Replies: 21
Views: 2573

Re: ScrollBarGadget stops Repeat Loop - how to prevent?

Thank you very much for your code! It is great, but unfortunately so far I haven't managed to implement it like that in my own code. I'll keep trying and let you know when it works.
by RE42
Tue Sep 20, 2022 11:32 pm
Forum: Coding Questions
Topic: ScrollBarGadget stops Repeat Loop - how to prevent?
Replies: 21
Views: 2573

Re: ScrollBarGadget stops Repeat Loop - how to prevent?

Hi Axolotl,

Sorry for my late reply, but I was at work in between. Thanks for your effort with the code. That's interesting, but in any case it remains that the repeat loop stops as soon as the ScrollBarGadget is clicked. So it can't be realized for example that you move the slider and at the same ...
by RE42
Tue Sep 20, 2022 9:27 am
Forum: Coding Questions
Topic: ScrollBarGadget stops Repeat Loop - how to prevent?
Replies: 21
Views: 2573

Re: ScrollBarGadget stops Repeat Loop - how to prevent?

Sorry, I had forgotten to write, that my described problem probably always appeares if a ScrollBarGadget is clicked. Please have a look at the example PureBasiic has published in the help for this purpose. Also there the loop stops when ScrollBarGadget is clicked. Is that caused by Windows? I'm ...
by RE42
Mon Sep 19, 2022 11:05 pm
Forum: Coding Questions
Topic: ScrollBarGadget stops Repeat Loop - how to prevent?
Replies: 21
Views: 2573

ScrollBarGadget stops Repeat Loop - how to prevent?

Hello, I use a ScrollBarGadget, but the repeat loop stops when I click on the ScrollBarGadget. It would be nice, especially with a ScrollBarGadget, if the loop wouldn't stop then, for example when tones are played back, whose volume should then be changed via the ScrollBarGadget. I otherwise work ...