Hello,
I've an issue with one of my application running under a Symbol MC3190 device (Windows CE 6.5.3) :
A confirmation form is displayed over my application when the "power" button is pressed. User has the following choices :
- suspend my device
- switch the battery
- cancel the operation
I have several issues after resuming the device or after cancelling this operation :
- my application is displayed in front of the "Top menu bar" and in front of the SIP button.
I've tried to use this handler but they doesn't seems to trigger on Wince :
Application.OnDeactivate:=@GlobalConfig.OnDeactivate;
Application.OnRestore:=@GlobalConfig.OnRestore;
I don't want to create a timer and force my taskbar and SIP button to be displayed in front again.
Is there another way to detect that my application has lost focus ?