On 13.11.2011 13:46, jowi wrote: > My app needs to update itself after it has become active etc. I use the > WillEnterForegroundNotification and the ViewDidLoad and ViewDidAppear > functions to accomplish this in the view, and also the WillEnterForeground > in the AppDelegate, and it all works fine. > > Except for one situation, and that is when the device gets locked when my > app is active. Once you unlock the device by sliding the 'slide to unlock' > at the front, the app is still there, but it does not get any of the > previously mentioned notifications.
You may want to override OnActivated in your AppDelegate. Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
