Hi,
I create a button with the designer, use tools / generate emenbers to create the click method and set its properties in Basic. This always works, but with one button it does not work. Why? How can I test or find the error?
I create a button with the designer, use tools / generate emenbers to create the click method and set its properties in Basic. This always works, but with one button it does not work. Why? How can I test or find the error?
B4X:
Sub Bmainmenu_Click
mainmenu.Show(Sender) ' this line is never reached
End Sub