I don't succeed to modify a text in a label in a different layout, called by a TabHost control.
TabHost1.AddTab("Info","pag2")
The pag 2 is my layout where I placed a Label.
I try to modify the text property, but I see nothing.
I've verifyed the property:
ToastMessageShow(Label1.Text,False)
and I see the toast message, but nothing in the label.
Can you help me?
TabHost1.AddTab("Info","pag2")
The pag 2 is my layout where I placed a Label.
I try to modify the text property, but I see nothing.
I've verifyed the property:
ToastMessageShow(Label1.Text,False)
and I see the toast message, but nothing in the label.
Can you help me?