Dear All,
To manage tabs I use the following code:
tabHost.clearAllTabs();
tabHost.addTab(spec); /* for multiple specs */
I can add and remove tabs this way. Since the
specs contain a tag, sub activities are refound.
When I remove a tab, I also call:
getLocalActivityManager().destroyActivity(tag,true);
Now there is a slight problem. My tabs are
mostly text editors. Now for example when I
add a tab, then cursor blinking works on the
new tab.
But for the existing tabs, which have been
cleared and then re-added, the cursor blinking
stops. What could be done to correctly restore
cursor blinking?
Bye
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en