Questions tagged [viewstack]
48 questions
0
votes
1 answer
How to hide view stacks in AIR application?
I have two viewstacks one for Main menu and another one for submenu. I want to show viewstack page infomation at the time only one viewstacks . Another one hide . if i click submenu viewstack then Mainmenu viewstack will be hide . How can i do that…

vijayakumar flex
- 553
- 1
- 12
- 37
0
votes
1 answer
Android ListView doesn't receive itemClick events after removed with removeAllViews() and restored with addView
I implemented a View stack system for my Android application, which, upon pushing a new View removes the current view in the target layout, stores it in the stack and then adds the new View to the layout.
It works flawlessly until I try storing and…

thegraffo
- 1
- 1