Tabhost icon bug in 2.50

Prosg

Active Member
Licensed User
Longtime User
to reproduce :

I dw this exemple :
http://www.b4x.com/forum/basic4android-getting-started-tutorials/6721-tabhost-tutorial.html

When run, the icon is display with the text "Name" because the project was compile in 2.3
TabHost1.AddTabWithIcon ("Name", bmp1, bmp2, "page1")


If u create a new project with 2.50, the tabhost image never be display if there is a text

I test it again with the tabhost sample, i create a new project in 2.50 and copy all the sample and again the icon is not display if i have a text
 
Top