You may only declare variables in it, you cannot do actions inside them
I beg to differ.
The Gifdecoder library, posted by agraham
here contained a demo (which runs OK) where
Timer1.Initialize("Timer1",0)
is placed in the Process_Globals.
I don't argue that Klaus's solution works, but I'd like to know why the timer can be initialized in Process_Globals when there is only one Main activity and can not be initialized in the process_globals of a second activity.
Does Process_Globals behaves differently in an activity module (beside the Main)?