Spanish Ayuda con Tabhost

Tiby

Member
Licensed User
Longtime User
Hola compañeros:

Llevo dos días volviendome loco con un tabhost. Resulta que tengo cuatro pestañas en el tabhost, en la primera me funciona bien (muestro una tabla generada dinámicamente mediante una consulta) pero cuando cambio a otra pestaña me superpone los datos de la nueva con la antigua. Gracias por la ayuda.
 

marbellapc

Member
Licensed User
Longtime User
Buenas, como cargas los tab en Activity_Create???

Yo tengo una aplicacion con 4 pestañas y no me superpone ninguna.
 

klaus

Expert
Licensed User
Longtime User
... en la primera me funciona bien (muestro una tabla generada dinámicamente mediante una consulta) pero cuando cambio a otra pestaña me superpone los datos de la nueva con la antigua.
How do you generate the table and where ?
If you posted your project as a zip file it would be easier to help.

Best regards.
 

Tiby

Member
Licensed User
Longtime User
Este es el código de la aplicación donde me da el fallo. Me superpone los datos de los 4 listview. Gracias por la ayuda.
 

Attachments

  • errTabHost.zip
    12.2 KB · Views: 248

klaus

Expert
Licensed User
Longtime User
Here you are.
You were mixing up several things.
- You read empty layout files to the TabHost.
- In the TabHost_TabChanged routine you add ListViews to the Activity.

I changed the program:
- Modified the ListViews to the layout files for the tabs
- Initialized the ListViews once.

Best regards.
 

Attachments

  • errTabHost_1.zip
    12.5 KB · Views: 281
Cookies are required to use this site. You must accept them to continue using the site. Learn more…