L
Lcubed
I have a small test application that turns the backlight on and off.
It consist of 2 OpenNetCF OneShot LargeIntervalTimer s. When the test
is started, the first timer is set and when on it's tick it turns off
the backlight and enables timer 2. Timer 2 turns the backlight on and
enables timer 1. All works well.
Until, I want it to stop. Both timers are disabled and I exit the
application. But the backlight keeps turning on and off. So, I
navigate to settings - memory - running programs, but my app is not
there.
How can the application still run when it's not in the running
programs list?
Shouldn't setting LargeIntervalTimer Enabled to false turn the timer
off?
Thanks!
It consist of 2 OpenNetCF OneShot LargeIntervalTimer s. When the test
is started, the first timer is set and when on it's tick it turns off
the backlight and enables timer 2. Timer 2 turns the backlight on and
enables timer 1. All works well.
Until, I want it to stop. Both timers are disabled and I exit the
application. But the backlight keeps turning on and off. So, I
navigate to settings - memory - running programs, but my app is not
there.
How can the application still run when it's not in the running
programs list?
Shouldn't setting LargeIntervalTimer Enabled to false turn the timer
off?
Thanks!