AlfaizDev Well-Known Member Licensed User Dec 24, 2024 #1 Hello Do I find an event to hide this item when I press the button Let it be back on the phone https://www.b4x.com/android/forum/threads/b4x-xui-as-bottomactionmenu.157513/#content
Hello Do I find an event to hide this item when I press the button Let it be back on the phone https://www.b4x.com/android/forum/threads/b4x-xui-as-bottomactionmenu.157513/#content
Alexander Stolte Expert Licensed User Longtime User Dec 24, 2024 #2 Download the V1.01 and do this: B4X: Private Sub B4XPage_CloseRequest As ResumableSub If BottomActionMenu.isOpen Then BottomActionMenu.HidePicker Return False End If Return True End Sub In my test it only worked in release mode Upvote 0
Download the V1.01 and do this: B4X: Private Sub B4XPage_CloseRequest As ResumableSub If BottomActionMenu.isOpen Then BottomActionMenu.HidePicker Return False End If Return True End Sub In my test it only worked in release mode
AlfaizDev Well-Known Member Licensed User Dec 24, 2024 #3 Alexander Stolte said: Download the V1.01 and do this: B4X: Private Sub B4XPage_CloseRequest As ResumableSub If BottomActionMenu.isOpen Then BottomActionMenu.HidePicker Return False End If Return True End Sub In my test it only worked in release mode Click to expand... Thank you very much I tried it in debug mode and it works Upvote 0
Alexander Stolte said: Download the V1.01 and do this: B4X: Private Sub B4XPage_CloseRequest As ResumableSub If BottomActionMenu.isOpen Then BottomActionMenu.HidePicker Return False End If Return True End Sub In my test it only worked in release mode Click to expand... Thank you very much I tried it in debug mode and it works