Ihave Read this post Here ... https://www.b4x.com/android/forum/threads/form-click.62380/#post-394245
but still cannot get a Form_Click event to work.
it is a B4XPages Project and in the main form / page I have the following
I have loaded the -MouseClicked Event from the type AnchorPane.
Thanks , Regards
but still cannot get a Form_Click event to work.
it is a B4XPages Project and in the main form / page I have the following
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("Main")
Dim Form1 As Form
Form1.Initialize("Form1" , 1600, 900) 'introduced to set Event Name ...
Form1 = B4XPages.GetNativeParent(Me)
'.......................
Sub Form1_MouseClicked (EventData As MouseEvent)
Log("Click")
End Sub
I have loaded the -MouseClicked Event from the type AnchorPane.
Thanks , Regards