I have a button that I want to press to display a new page. I have the following code to do that:
Activity.LoadLayout("Setup")
I created a setup.bal file in the Designer and did the layout etc.
When I touch the Setup button to display this setup screen, the components display but on top of the existing screen components. I thought the switch over to the new screen would just show those components on that new screen.
Do I have to destroy or kill the current layout first?
Thanks...
Activity.LoadLayout("Setup")
I created a setup.bal file in the Designer and did the layout etc.
When I touch the Setup button to display this setup screen, the components display but on top of the existing screen components. I thought the switch over to the new screen would just show those components on that new screen.
Do I have to destroy or kill the current layout first?
Thanks...