rfresh Well-Known Member Licensed User Longtime User Mar 21, 2012 #1 When I run my app and then press the Home key to end it, the log shows the following in the attachment file...can someone explain to me what this means? Thanks...
When I run my app and then press the Home key to end it, the log shows the following in the attachment file...can someone explain to me what this means? Thanks...
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2012 #2 Activity_Pause sub is not declared correctly in your code. It should be: B4X: Sub Activity_Pause (UserClosed As Boolean) End Sub Upvote 0
Activity_Pause sub is not declared correctly in your code. It should be: B4X: Sub Activity_Pause (UserClosed As Boolean) End Sub
rfresh Well-Known Member Licensed User Longtime User Mar 21, 2012 #3 Thanks Erel...I wonder how that happened... Upvote 0