i have a tabhost where i am loading some layout files. The tabhost works fine and loads the edittexts that are in the layouts. The problem is when i try to add values to the texboxes programmatically, i get "object should first be initialized(edittext)" error.
e.g, after loading the layouts via tabhost, when i do
i get the error. What could be the cause?
e.g, after loading the layouts via tabhost, when i do
B4X:
edittext1.Text="somevalue"
i get the error. What could be the cause?