chronicles
Registered Member
- Jun 13, 2012
- 71
- 2
So i got a timer and it's set to 10 seconds.
What i'm trying to do is navigate to a site, start the timer for 10 seconds then
navigate to another site and start the timer for another 10 seconds then
navigate to another site and so on...
I tried doing this:
Timer1.start()
webbrowser1.navigate(etc)
Timer1.stop()
Timer1.start()
webbrowser1.navigate(etc)
timer1.stop()
But this didin't work.. So I had to create a new timer every time i wanted it to wait 10 seconds..
though i don't want to create hundreds of timers just in order to wait 10 seconds because i know there is a
easier and better way to do it with 1 timer..
Ideas?
Thank you.
What i'm trying to do is navigate to a site, start the timer for 10 seconds then
navigate to another site and start the timer for another 10 seconds then
navigate to another site and so on...
I tried doing this:
Timer1.start()
webbrowser1.navigate(etc)
Timer1.stop()
Timer1.start()
webbrowser1.navigate(etc)
timer1.stop()
But this didin't work.. So I had to create a new timer every time i wanted it to wait 10 seconds..
though i don't want to create hundreds of timers just in order to wait 10 seconds because i know there is a
easier and better way to do it with 1 timer..
Ideas?
Thank you.