Here is a picture what happens:

The two tabs were made via:

    tabHost.addSpec(spec1);
    tabHost.clearAllTabs();
    tabHost.addSpec(spec1);
    tabHost.addSpec(spec2);

Situation 1: The TabHost:

+---------+----------+
| Tab 1   | Tab 2    |
+-------------------------------+
|                               |
|     Text 2                    |
|                               |
+-------------------------------+

Tab 1.isSelected = false
Tab 2.isSelected = true
Text 1.isFocused = false
Text 2.isFocused = true
Text 2.cursor blinking visible  !OK!

Situation 2: The TabHost:

+---------+----------+
| Tab 1   | Tab 2    |
+-------------------------------+
|                               |
|     Text 1                    |
|                               |
+-------------------------------+

Tab 1.isSelected = true
Tab 2.isSelected = false
Text 1.isFocused = true
Text 2.isFocused = false
Text 1. no cursor blinking visible  !NOK!

What is going wrong?

Bye

Kostya Vasilyev schrieb:
Ruled out?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to