MobileApplication / View / Navigator issue
I've ran into an issue I can't seem to resolve. I have a main view with a Label and a Timer. The timer executes once a second and updates the label with the current time. All is great.
But,
If I hit a button to go to another view via navigator.pushview(SecondView) I can still see the timer is still running via trace/console.
On the second view I press a button and call navigator.popView to go back to the previous page.
Now, the timer is still running, I can still see the timer event being called but now the Label is no longer being updated with the time, it simply shows the default initalized value.
Can someone please shed some light on this. I really need to be able to return to the first view and have it operating just like I left it.
Tom
