Activity_Pause question

ondesic

Active Member
Licensed User
Longtime User
I was under the impression that when the home of backkey was pressed that the Activity_Pause() sub was called. Is that not right?

While debuging I set a breakpoint in this sub, but I can't get it to stop here when I push Home or BackKey.
 
I was under the impression that when the home of backkey was pressed that the Activity_Pause() sub was called. Is that not right?

While debuging I set a breakpoint in this sub, but I can't get it to stop here when I push Home or BackKey.

Breakpoint will not set in Activity Pause event. You can't add messagebox in there. It had me concerned at first, but rest assure it does get triggered.
 
Last edited:
Upvote 0
Top