View Full Version : Page - Timer Related
paul186
07-06-2008, 10:59 AM
hi again,
i put some actions that i want to do in intervals of 20 sec in the page - on timer, but i want that the app do it always, including when the app is minimized, is there anyway to do this?
paul186
07-06-2008, 11:47 AM
sorry i havent explained well.
my app minimizes automatically on startup and in the main page timer have some actions that i want to do in background, but the app only does it if i maximize and minimize it (wich i dont want)
RizlaUK
07-06-2008, 12:35 PM
the page timer is global, if the app is minimized the timer events will still fire, but remember, if there is code in the timer and the timer is set to 10 secs the first time the timer events will fire is 10 secs after the app is run because this is the first loop in the timer,
another thing is (i recon this is the problem) if you start the timer in page on show but minimize the app in on load or page preload then the timer will not get started untill the page is actuly shown on screen, hence if you maximize and minimize it works.
start the page timer in on preload, then it wont matter as the timer gets started reguardless of if the page is actuly shown.
paul186
07-06-2008, 12:41 PM
lol i havent though about this. lot of thanx!!!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.