Menu key causes to go back to previous screen

anaylor01

Well-Known Member
Licensed User
Longtime User
When I press the Menu key it goes back to the previous layout. Can anyone tell me why that is?
 

anaylor01

Well-Known Member
Licensed User
Longtime User
It goes to the previous Layout. This code is located under
Sub Activity_Create(FirstTime As Boolean)
Activity.AddMenuItem("Save and Quit", "SaveandQuit")
Activity.AddMenuItem("Main Menu", "mainscreen")
Activity.AddMenuItem("High Scores", "HighScore")
Activity.AddMenuItem("Support", "Support")
 
Upvote 0

anaylor01

Well-Known Member
Licensed User
Longtime User
This is the code that is causing the problem.
I am trying to paste the code in here but it's not letting me.
 

Attachments

  • code.txt
    592 bytes · Views: 289
Upvote 0

kickaha

Well-Known Member
Licensed User
Longtime User
It can often be helpful if you post what the issue was, as people searching for this problem may have the same issue and would appreciate the help.
 
Upvote 0
Top