unload layout

rkmoray

Active Member
Licensed User
Longtime User
I am creating a app that has no layout unless the edit menuitem is selected, I then run
Activity.LoadLayout("vwedittext.bal").
On the vwedittext is a save and cancel button, How do I unload the layout when the cancel button is pressed?
 
Top