I interskala Member Licensed User Oct 2, 2019 #1 Hai.. I want to make menu in B4i..currently i use SideMenucontroller for make menu..but i only can make menu with only text. can i add icon in front text? Thanks
Hai.. I want to make menu in B4i..currently i use SideMenucontroller for make menu..but i only can make menu with only text. can i add icon in front text? Thanks
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2019 #2 I recommend you to use B4XDrawer instead. You can put any layout you like in the side menus. Create a layout with a CustomListView and then add icons and text as items. Upvote 0
I recommend you to use B4XDrawer instead. You can put any layout you like in the side menus. Create a layout with a CustomListView and then add icons and text as items.
I interskala Member Licensed User Oct 11, 2019 #3 thank's for your replay erel.. Can you give me sample/link because i am newbie.. Thanks Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 12, 2019 #4 There is an example here: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/ Note that the latest version of B4XDrawer class is not inside the zip. Upvote 0
There is an example here: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/ Note that the latest version of B4XDrawer class is not inside the zip.
kisoft Well-Known Member Licensed User Longtime User Oct 12, 2019 #5 Erel said: There is an example here: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/ Note that the latest version of B4XDrawer class is not inside the zip. Click to expand... Where to download the latest version? Upvote 0
Erel said: There is an example here: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/ Note that the latest version of B4XDrawer class is not inside the zip. Click to expand... Where to download the latest version?
Erel B4X founder Staff member Licensed User Longtime User Oct 14, 2019 #6 It is also attached there, separately. Upvote 0
I interskala Member Licensed User Oct 15, 2019 #7 Thanks erel, i already try sample..but can i add icon for each menu item(1 item 1 icon) ?? and can B4XDrawer make menu and submenu?? Thank's Upvote 0
Thanks erel, i already try sample..but can i add icon for each menu item(1 item 1 icon) ?? and can B4XDrawer make menu and submenu?? Thank's
Erel B4X founder Staff member Licensed User Longtime User Oct 15, 2019 #8 You are confusing different things. B4XDrawer is responsible for the drawer container. You can put whatever you like inside. You can use xCustomListView to build a menu with images and text. You should then put the list inside B4XDrawer. You can use CLVExpandable to create an expandable menu: https://www.b4x.com/android/forum/t...lapsing-xcustomlistview-items.106148/#content Upvote 0
You are confusing different things. B4XDrawer is responsible for the drawer container. You can put whatever you like inside. You can use xCustomListView to build a menu with images and text. You should then put the list inside B4XDrawer. You can use CLVExpandable to create an expandable menu: https://www.b4x.com/android/forum/t...lapsing-xcustomlistview-items.106148/#content
kisoft Well-Known Member Licensed User Longtime User Oct 15, 2019 #9 By the way, I will ask , how to close the drawer using a code. In B4A I can use it: B4X: Drawer.LeftOpen = False Upvote 0
By the way, I will ask , how to close the drawer using a code. In B4A I can use it: B4X: Drawer.LeftOpen = False
Erel B4X founder Staff member Licensed User Longtime User Oct 15, 2019 #10 Please don't. Start a new thread for your questions. Upvote 0