P PharCyDeD Active Member Licensed User Longtime User Feb 15, 2012 #1 Is there any way to make a panel pop up with options on it when the user press the back button instead of it just going back to the last activity?
Is there any way to make a panel pop up with options on it when the user press the back button instead of it just going back to the last activity?
stevel05 Expert Licensed User Longtime User Feb 15, 2012 #2 You can use the Activity_Keypress event sub. Have a look at this thread. Upvote 0
P PharCyDeD Active Member Licensed User Longtime User Feb 15, 2012 #3 Perfect! I search for back button on the forum and didn't find your thread. Thank you though! Upvote 0
P PharCyDeD Active Member Licensed User Longtime User Feb 15, 2012 #4 One problem...when I click back it shows the menu, but still still goes back to the Main Menu activity. How can I stop this? Upvote 0
One problem...when I click back it shows the menu, but still still goes back to the Main Menu activity. How can I stop this?
stevel05 Expert Licensed User Longtime User Feb 15, 2012 #5 You need to consume the event with B4X: Return True when you have finished processing. Upvote 0
P PharCyDeD Active Member Licensed User Longtime User Feb 15, 2012 #6 Thanks that did the trick Upvote 0