Lawrence Samantha wrote: > Now getTabHost() triggers this error.. > > "Could not create tab content because could not find view with id > 2131034121"
If your layout XML is just the tabs, you might consider dumping it. In the code snippet I sent you, I never called setContentView(), because TabActivity provides a stock one by default -- just a full-screen set of tabs. If you do need the layout XML, because you're doing things beyond the tabs, then you need to use the magic android:id for the tab host, which I think is "@android:id/tabhost". -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

