is there a way to make sure an application keeps on running while the device is locked? (of course not shutdown, but locked with switched off screen).
I tried to search for "background" and came across pretty interesting stuff (like switching the today screen to the front), but nothing for "locked mode running"...
Hi, Normaly it's running when you're on the LockScreen...
You can make a MsgBox() every 1min (by example), you run it and you lock your screen and you'll see
But You can't show any Form when it's locked...
Good Luck...
You mean in Sleep mode or Lock mode? Cause in Lock mode all programs stay in running normaly but in Sleep Mode (Screen Off) all process are in sleeping...
There's a wakeup function with Door lib I think but not sure...
Sorry if I can't help you anymore...
Good Luck!
I'm not sure if I fully understand the concept, but it seems notify covers events in case of status-changes on the device. Does it also keep the application running in the background while in sleep-mode or even lock-mode?
(some basic services have to be running even in lock-mode, otherwise a buttonclick wouldn't wakeup the device... is there a way to put the basic4ppc application into that level/layer?)