Android Question modify text label in different layout

Giovanni Passali

Member
Licensed User
Longtime User
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?
 

klaus

Expert
Licensed User
Longtime User
Sorry, you don't give enough information though.
When you said that ToastMessageShow(Label1.Text,False) and I see the toast message, but nothing in the label, I thought that the text was changed but not appearing in the Label.
Is the name of the Label really Label1 ?
You should post a small project showing the problem otherwise we must try to guess what you could have done wrong.
 
Upvote 0

Giovanni Passali

Member
Licensed User
Longtime User
I SOLVED!
I was depressed because I created a new project and didn't have the same problem.
But the problem is this: I created (in the original project) a new TabHost and this call the same layouts.
The first tabhost cover the second and the text is displayed on the second.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…