I want to have left and right buttons at the top of the window, in the middle part the title
The title appears and the buttons on the sides do not
B4X:
Dim bbt1, bbt2 As BarButton
Page1.Title="GURU"
bbt1.InitializeText("<Exit.","Exit")
bbt2.InitializeText("Start>","Start")
Page1.TopLeftButtons.Add(bbt1)
Page1.TopRightButtons.Add(bbt2)