Hi !
I use a spinner and a panel to choose a layout to display.
Should i free the previous loaded panel when i load a new .bal ? How to do this ? (clear the previous panel bal below)
Thanks.
I use a spinner and a panel to choose a layout to display.
B4X:
sub spinner_itemclick()
select ...
case "one"
panel.loadlayout ("one")
case "two"
panel.loadlayout ("two")
end select
...
end sub
Should i free the previous loaded panel when i load a new .bal ? How to do this ? (clear the previous panel bal below)
Thanks.