Hi.
I have a service which runs also while the Main is paused. When the service detects a determinate situation, it should call a sub in the Main. It seems that, while a CallSub(Main,"SubToCall") (inside the Service), when Main is active, works fine, this is not true when Main is Paused.
Worse, it seems to me that adding:
If IsPaused(Main) then StartActivity(Main)
before CallSub, doesn't resolve. (tried also CallSubDelayed)
Anybody knows what I am missing? Thanks in advance.
I have a service which runs also while the Main is paused. When the service detects a determinate situation, it should call a sub in the Main. It seems that, while a CallSub(Main,"SubToCall") (inside the Service), when Main is active, works fine, this is not true when Main is Paused.
Worse, it seems to me that adding:
If IsPaused(Main) then StartActivity(Main)
before CallSub, doesn't resolve. (tried also CallSubDelayed)
Anybody knows what I am missing? Thanks in advance.