Just a reminder that the event caused by pressing the iphone barbuttons using B4Xpages is now:
The old way:
no longer works.
The old way is shown on many posts in the forum. The Documentation for this in B4xPages is correct, but does not contain examples I could find.
Side note: This forum is great, I find a lot of good stuff here.
B4X:
Private Sub B4XPage_MenuClick (Tag As String)
Log(Tag)
End Sub
B4X:
Private Sub BarButton_Click
Dim b As Button = Sender
Log("Toolbar Click Tag = " & b.Tag)
End Sub
The old way is shown on many posts in the forum. The Documentation for this in B4xPages is correct, but does not contain examples I could find.
Side note: This forum is great, I find a lot of good stuff here.
Last edited by a moderator: