Re: setting a single button to do a task in different loops

2004-02-25 Thread dogbert03
Hi Rob, thanks for the reply,

My program requires the button to have the "Latch until released"
property, so I was wondering if you could tell me a little more about
using a notifier

Thanks,

Dogbert



setting a single button to do a task in different loops

2004-02-25 Thread dogbert03
I have two separate while loops and I want a single button to perform
the same task in both loops. Is there a way to configure this or am I
stuck with having 2 buttons?



Numerous Start buttons in a while loop

2004-02-20 Thread dogbert03
I have a while loop, in which I inted to put many Start buttons, each
of which relates to a different action. My problem is that once I
click on the first button, it continues to run the first process
continously. How do I make it stop after completing each sequence
without necessarily stopping the entire program.