hiteshsuthar / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

onExit() in Menu is not firing. #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r93

Original comment by rtaylor205@gmail.com on 2 Jan 2010 at 9:01