kisoft Well-Known Member Licensed User Longtime User Sep 25, 2019 #1 HI I'm using this example https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/ When I eject the menu and change the activity and then return to the activity again, this menu is in the extended position. Can I do this so that after returning to the previous activity the menu is hidden.
HI I'm using this example https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/ When I eject the menu and change the activity and then return to the activity again, this menu is in the extended position. Can I do this so that after returning to the previous activity the menu is hidden.
DonManfred Expert Licensed User Longtime User Sep 25, 2019 #2 hide the menu in activity pause (if visible) or better directly when a item is selected Upvote 0
kisoft Well-Known Member Licensed User Longtime User Sep 25, 2019 #3 DonManfred said: hide the menu in activity pause (if visible) or better directly when a item is selected Click to expand... @DonManfred B4X: Drawer.LeftOpen = False Is that what this is about? Thank you very much for your quick help, it works... Upvote 0
DonManfred said: hide the menu in activity pause (if visible) or better directly when a item is selected Click to expand... @DonManfred B4X: Drawer.LeftOpen = False Is that what this is about? Thank you very much for your quick help, it works...