I am new B4A development.
I have use Borlands Delphi for years to do windows apps.
I really like this software I am having a few problems with some basic stuff.
I made a new layout (FORM) in the designer (ContactUs.bal).
I have a menu item on the main form.
this code gives an error about removing view of parent.
I am looking for help on displaying and closing these .bal (forms) .
Thanks for your help.
I have use Borlands Delphi for years to do windows apps.
I really like this software I am having a few problems with some basic stuff.
I made a new layout (FORM) in the designer (ContactUs.bal).
I have a menu item on the main form.
B4X:
Sub ContactUs_Click
Activity.LoadLayout("ContactUs.bal")
lbl_contact.Visible= True
lbl_contact.BringToFront
Activity.AddView(lbl_contact,3,50,76,76)
End Sub
this code gives an error about removing view of parent.
I am looking for help on displaying and closing these .bal (forms) .
Thanks for your help.