I’m seeking help with an issue in my project. I used the CompCreator extension to dynamically generate Clock components and relied on the 'When Any Timer Starts' event to handle the Timer events for each dynamically generated Clock. However, something strange is happening: when I run the project using live testing, everything works perfectly. But when I package the project into an APK and run it, the program logic inside the 'When Any Timer Starts' event doesn’t execute.
I’ve already checked by displaying the dynamically generated Clocks on a Label, and I’m certain that the Clocks are successfully created and are in an enabled state. I’m wondering if the APK environment doesn’t support the 'When Any Timer Starts' event for dynamically created components?
While you wait for whoever wrote that extension to see your post and get back to you, have you considered the extension free alternative of a single Clock Timer and a list of deadlines?
Because I saw a 'Create with template' box in CompCreator, I used the Clock template to generate a non-visible object... and when I use the connection, the timer for this project does indeed work.