Android Question [SOLVED] [B4XPages] Insert button on titlebar

makis_best

Well-Known Member
Licensed User
Longtime User
Hi.

Witch one is the best way to add a button on title bar when using B4XPages?

Thank you.
 

TILogistic

Expert
Licensed User
Longtime User
??


B4X:
Dim mi As B4AMenuItem = B4XPages.AddMenuItem(Me, "Main 2")
mi.AddToBar = True
mi.Bitmap = xui.LoadBitmapResize(File.DirAssets, "image.png", 64dip, 64dip, True)

B4XPage_MenuClick (Tag As String)

B4J
MenuBar1_Action
 
Last edited:
Upvote 0

makis_best

Well-Known Member
Licensed User
Longtime User
Thank you @oparra
In the tutorial it wasn't so clear.
I think a new more simple and more significant manual needed for B4XPages

We wait and see.... After all B4XPages are new yeat.
 
Upvote 0
Top