I currently show a menu with items, when the user clicks on some of the items, I open the next level of the menu... At some level the user reaches final settings and if the user changes them, I go back to the parent menu.
I now want to invalidate the parent menu completely after each popView (because each menu shows its value as sub label), but there is no event for that, is there? There is no onStart/onStop, no onView/onHide or similar...
Is that really not possible without handling the menu hierarchy myself and create/destroy menus accordingly?