Hi,
I am using the great AHQuickAction3D menu and connect this to the hardware key (I need to build the menu dynamicly).
But How can I close the menu again. I would like to press on the key again to close it....
I am using the great AHQuickAction3D menu and connect this to the hardware key (I need to build the menu dynamicly).
B4X:
Sub Activity_KeyPress(KeyCode As Int) As Boolean
If KeyCode = KeyCodes.KEYCODE_MENU Then actionMenu.Show(bar.AsView)
End Sub
But How can I close the menu again. I would like to press on the key again to close it....