Hai,
in my project i am planning to keep a timer with 1000 to monitor for screen resolution change.
so the timer monitors screen.width and screen.height every second for changes :bigyello: .
Any performance issues :rolleyes: ?
Printable View
Hai,
in my project i am planning to keep a timer with 1000 to monitor for screen resolution change.
so the timer monitors screen.width and screen.height every second for changes :bigyello: .
Any performance issues :rolleyes: ?
You certainly don't need to do it 1000 times a second. Once in a second is already good enough.
Hai Merri.Quote:
Originally Posted by Merri
In my quote 'a timer with 1000' mean i am going to use a time with the interval set to 1000 Milliseconds = 1 second :bigyello: not 1000 times.
mis undestanding :D
Thank you.