[wtr-general] Re: Can v handle alert messages after certain amount of time

2009-05-21 Thread sHiVa
Hi, I would like to close a popup after certain time interval through external thread. is it possible? How to find out an already opened popup creation time? Regards Siva Phaneendra Krapa On May 15, 10:49 pm, Chuck van der Linden sqa...@gmail.com wrote: is this just one particular place in

[wtr-general] Re: Can v handle alert messages after certain amount of time

2009-05-15 Thread Chuck van der Linden
is this just one particular place in your script? You could do something like grab current time into a variable 'start time' then have a while loop repeats if the process is not finished, and inside the loop you sleeps for a few seconds, checks to see if 5 min has elapsed (and take