ContentDialog on Screen Timeou

Search This thread

andy123456

Senior Member
Feb 20, 2009
66
0
In my app im showing up a custom ContentDialog. Now my question is, how can i prevent of hiding the ContentDialog, when the Phone was put in standby (turn off display). After turn on the display, the ContentDialog is not showing anymore.
 

ngame

Senior Member
Mar 13, 2012
1,126
554
Mashad
In my app im showing up a custom ContentDialog. Now my question is, how can i prevent of hiding the ContentDialog, when the Phone was put in standby (turn off display). After turn on the display, the ContentDialog is not showing anymore.

Your app is unable to run in background
Use geolocation and ID_CAP_LOCATION to run app in bg
Problem will be solved
 
  • Like
Reactions: andy123456

andy123456

Senior Member
Feb 20, 2009
66
0
I did not found a way to do this. It seems to be only available on silverlight apps. Correct me, if i am wrong.
 

ngame

Senior Member
Mar 13, 2012
1,126
554
Mashad
I did not found a way to do this. It seems to be only available on silverlight apps. Correct me, if i am wrong.

surely you are wrong .
at least there's one way and I'm sure about it .
BackgroundMediaPlayer

---------- Post added at 04:41 PM ---------- Previous post was at 04:34 PM ----------

I did not found a way to do this. It seems to be only available on silverlight apps. Correct me, if i am wrong.

Using these links can help :
http://stackoverflow.com/questions/22698669/how-to-add-background-task-to-windows-store-app
http://msdn.microsoft.com/en-us/library/windows/apps/dn263238.aspx

https://social.msdn.microsoft.com/S... in background in c#&emptyWatermark=true&ac=4
 
  • Like
Reactions: andy123456

Top Liked Posts