Added a new version in the first post.
In the first version I used a second Activity to display a 'form' for the time settings. When this Activity was active the Timer_Tick event routines, in the Main Activity, didn't trigger anymore. The Timers were declared in the Process_Globals.
Is there a possibility to have a kind of Process Timer_Tick event routines, independant of the Activities ?
So I replaced the second Activity by a Panel in the Main Activity.
Best regards.