Jim Brown Active Member Licensed User Longtime User Apr 1, 2014 #1 Is it possble to add equivalent events such as Basic4androids Activity_Pause and Activity_Resume? I need a trigger event which occurs when the main window has lost focus. For example B4X: Sub MyForm_LostFocus Timer1.Enabled=False End Sub Sub MyForm_HasFocus Timer1.Enabled=True End Sub
Is it possble to add equivalent events such as Basic4androids Activity_Pause and Activity_Resume? I need a trigger event which occurs when the main window has lost focus. For example B4X: Sub MyForm_LostFocus Timer1.Enabled=False End Sub Sub MyForm_HasFocus Timer1.Enabled=True End Sub
Erel B4X founder Staff member Licensed User Longtime User Apr 2, 2014 #2 It will be added in the next version.
Jim Brown Active Member Licensed User Longtime User Apr 2, 2014 #3 I am looking forward to that. Thanks as always Erel.