Re: Stop Rolling Loop

2010-10-20 Thread wayne durden
Subject: Re: Stop Rolling Loop Hello Razvan Pantescu, This is where you need to use the wait 0 milliseconds with messages item which was recently discussed on the list. Put the wait with messages inside the loop and it will detect interface events like clicks on other buttons

Stop Rolling Loop

2010-10-13 Thread Razvan Pantescu
Hi again, I've made a script that starts listing every 5 seconds some URLs onclick a Start button, but I want to stop listing in any moment pushing a Stop button. There is some break or exit function for that. I've noticed that any other buttons are disabled while looping. Thank you, Raz.

Re: Stop Rolling Loop

2010-10-13 Thread wayne durden
Hello Razvan Pantescu, This is where you need to use the wait 0 milliseconds with messages item which was recently discussed on the list. Put the wait with messages inside the loop and it will detect interface events like clicks on other buttons. Then you will need a section to check some

RE: Stop Rolling Loop

2010-10-13 Thread Razvan Pantescu
...@gmail.com To: use-revolution@lists.runrev.com Subject: Re: Stop Rolling Loop Hello Razvan Pantescu, This is where you need to use the wait 0 milliseconds with messages item which was recently discussed on the list. Put the wait with messages inside the loop and it will detect interface