[android-developers] How to Dismiss a PopupWindow when Switching Among TabActivities?

2010-11-22 Thread Derek Brameyer
Hi, I posted a StackOverflow question here (http://stackoverflow.com/ questions/4226898/dismiss-android-popupwindow-when-switching-to-a-new- tab-in-tabactivity/4227034#4227034) but it didn't get any responses. Basically, how can one dismiss a PopupWindow when changing to a different TabActivity?

Re: [android-developers] How to Dismiss a PopupWindow when Switching Among TabActivities?

2010-11-23 Thread TreKing
On Sun, Nov 21, 2010 at 2:24 PM, Derek Brameyer wrote: > The onPause() method in my TabActivity causes the app to force close... > You might want to elaborate on that. That doesn't sound like standard behavior ... --