RUNO Active Member Licensed User Longtime User Mar 14, 2020 #1 Can I put image for hexmenu like background not for items , how?
amidgeha Active Member Licensed User Longtime User Mar 14, 2020 #2 Yes, pls. check this link https://www.b4x.com/android/forum/threads/b4x-xui-hexmenu.112410/#content Upvote 0
stevel05 Expert Licensed User Longtime User Mar 14, 2020 #3 Try adding a sub to get the base to the hexmenu.bas B4X: Public Sub getBase As B4XView Return mBase End Sub Then use the setbitmap or SetColorAndBorder methods on the base. Upvote 0
Try adding a sub to get the base to the hexmenu.bas B4X: Public Sub getBase As B4XView Return mBase End Sub Then use the setbitmap or SetColorAndBorder methods on the base.