Hi Mark, I have no problem with that at all. I found this API demo: http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/view/Tabs3.html
Which is exactly what I want, but now I'm having a hard time deriving from that subclass. Is there an example anywhere of how to do this? Thanks again for the help... I'm still pretty new with Java. On Nov 22, 6:05 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > g1bb wrote: > > Gotcha, but how do I define activityGroup as a LocalActivityManager? > > (I assume that's what it's wanting) > > If you're not subclassing TabActivity, can you? If the docs are right, > that should clear up your problem. Since TabActivity inherits from > ActivityGroup, my guess is that the docs are probably correct -- if you > inherit from TabActivity, it might "just work". > > If you feel you can't subclass TabActivity for some reason, maybe we can > work to fix that problem -- what is holding you back? > > If you're adamant about not subclassing TabActivity, I'm not sure how > you'd make this work, though that doesn't mean it can't be done. > > -- > 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 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 -~----------~----~----~----~------~----~------~--~---

