Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

toma

About

Username
toma
Joined
Visits
18
Last Active
Roles
Member

Comments

  • Hi thanks, I begin to understand the logic of Python (more used to vb in eprime). I will try with the idea you gave by enter a similar loop as the slider loop when the mouse is outside the slider but goes into a button. the - if button != None: br…
  • Hi Thank you very much for your time and valuable help. The loop inside the loop was exactly what I was trying to do. I tested you script and it works perfectly on desktop but not on the Surface pro I use for experiment. It gives an error on the …
  • Hi Sebastiaan, thank you for your answer. Yes, this is the script I try to use, and yes also, this is the idea. If I understand well, the break you add "breaks" completely the loop, ie with a mouse, as soon as you move, you switch to the …