This is dumb question corner; I'm coming from a PC/VB/Basic4PPC background so be gentle
I know I use
Activity.LoadLayout("menu")
to locad a form. It has buttons to show other forms, ubn the evnt for which I put
Activity.LoadLayout("nextpage")
But I end up with both instead of the new one 'over' the old
How do I hide the menu form and bring it back when I'm done with the second one?
Cheers
I know I use
Activity.LoadLayout("menu")
to locad a form. It has buttons to show other forms, ubn the evnt for which I put
Activity.LoadLayout("nextpage")
But I end up with both instead of the new one 'over' the old
How do I hide the menu form and bring it back when I'm done with the second one?
Cheers