I have problem with multiple layout on 1 activity
if i open first layout
Activity.LoadLayout("setup")
and same process after that, when i want to open next layout
Activity.LoadLayout("main")
the first layout still on the screen
i already read some trick to use panel visible value, but do you have other way to clear current layout and replace it with new one? (some sample if can )
thanks
if i open first layout
Activity.LoadLayout("setup")
and same process after that, when i want to open next layout
Activity.LoadLayout("main")
the first layout still on the screen
i already read some trick to use panel visible value, but do you have other way to clear current layout and replace it with new one? (some sample if can )
thanks