10-07-2009, 07:24 PM
Good. That is one of the way to use it. Which timer have you used ? Mercury.timers or timer ?
Always remember a While loop with the browser busy property will help you to get for the required time. skeletally like this,
I am pretty sure you will reply back saying "I dont want to use Wait". However your timer is only hoodwinking the wait. Timer is nothing but a delayed usage of wait
Always remember a While loop with the browser busy property will help you to get for the required time. skeletally like this,
Code:
i=0
a = Browser().getroproperty("busy")
While a=True
wait 1
i=i+1
loop Until a=False or i>30
I am pretty sure you will reply back saying "I dont want to use Wait". However your timer is only hoodwinking the wait. Timer is nothing but a delayed usage of wait
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.