What steps will reproduce the problem?
1. Reuse the activity in the Ski example program with the new Rokon 1.1.0
version. This involved changing the Textures class in the Ski project to
use the new atlas textures.
2. Run the application
3. The code in the onExit() method is not run. I have debugged and put
various breakpoints in but the onExit does not get called.
What is the expected output?
onMenuObjectTouchUp(MenuObject menuObject) is called when i press the
button in the menu which then calls closeMenu(1000);. This in turn should
call onExit().
What do you see instead?
Nothing happens once the menu closes (fades out)
What version of Rokon are you using?
1.1.0
On which version of Android are you experiencing this?
1.6
Please provide any additional information below.
Just as in the Ski example game, my RokonActivity has a MainMenu class
which extends Menu.
Original issue reported on code.google.com by rik...@gmail.com on 31 Dec 2009 at 2:51
Original issue reported on code.google.com by
rik...@gmail.com
on 31 Dec 2009 at 2:51