Android Question TabStrip problems

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi, Im trying to use TabStrip, its for the parameters activity of the app.
I had no problem to create the tabs and it works.

Problem is I cant see/edit the values of EditText values in another tab thats not the first one.

Fields that are in the first Tab and others that are NOT EditText has no problems.

All values are loaded ok using File.ReadMap, all the EditText that are not in the first tab appears blank, even if they have data on it.
All Spinners are ok.
All EditText in the first Tab are Ok

All EditText that are in other Tab than the first I am forced to initialize them.
I am using for example:
ePassword.Initialize("ePassword")

But when readed they appears without the readed value, all they are blanked.

How can I solve this?
Thanks
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…