tabhost Problem ?? help me

park jae hyun

Member
Licensed User
Longtime User
Two Mobile Phones
1 => Android 2.2 Version
Okay, you can use tabhost
2 => Android 4.0 version
If you use tabhost
loadlayout ("1_main") android.content.res.resources notfoundexception: resource id # 0 * 0 continue?

An error will appear.
 

Mahares

Expert
Licensed User
Longtime User
I installed your app on a Razr with Android ver. 2.3.6. The only error I got was in your code:
B4X:
txtAnimal.Text = txtName.Text + txtColor.Text
should be:
B4X:
txtAnimal.Text = txtName.Text & txtColor.Text
and if you want to space the 2 text boxes use:
B4X:
txtAnimal.Text = txtName.Text & " " & txtColor.Text

You will probably hear from other versions users.
Mahares
 
Last edited:
Upvote 0

park jae hyun

Member
Licensed User
Longtime User
help me

anywhere software version 1.30
And
In the Android 4.0 emulator
Designer -> Add view -> TabHost
tabhost is not displayed when you press ...

help me.....
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should use File - Export as zip before uploading your project.

Your program seems to run fine on a real Android 4.0 device:
SS-2012-04-03_09.47.31.png
 
Upvote 0

park jae hyun

Member
Licensed User
Longtime User
Please look again

The image is attached.
1 .. 4.03 version of the emulator
tabhost does not appear.
2 .. android sdk manager
3 .. path configuration

Please look again
 
Upvote 0

park jae hyun

Member
Licensed User
Longtime User
help me

I've tried to format the computer again.
Android 2.2 and 2.3 Success
Android 3.0 and 3.2 and 4.0 and 4.03 fails
anywhere software version 1.3
Version has a low failure Did you??
Higher versions do??
 
Upvote 0
Top