I removed special effects involving the media manager and the app now remains open indefinitely as desired.
Running on netbeans in debug mode showed media disposer running and waiting, and many timers being created and waiting each time i played a special effect. I was careful to use player.cleanup(), but I am setting player=null as a flag and re creating the media player when I need it. Do you think this is a mistake? At least I can run the program normally now. p.s. I saw you on StackOverFlow, thank you for responding re: color animations. I am re-reading the Basics as you advised. Much thanks for your attention. -Russ On Tuesday, May 2, 2017 at 12:35:43 AM UTC-4, Shai Almog wrote: > I'm not familiar enough with Windows Mobile 10 but it's possible it has a > watchdog like process that kills background tasks that try to keep the app > alive. > > Did you disable the device screensaver? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/257a82e5-2382-41bf-9a03-0d7ea667f301%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
