You really shouldn't be needing to do such things. Toasts are intended for very brief fire-and-forget messages to the user. Trying to do more is probably an inappropriate abuse, which would be better done with a dialog or pop-up window.
On Mon, May 25, 2009 at 9:51 AM, skink <[email protected]> wrote: > > hi, > > Toast has some methods to show()/close() it but it lacks a method to > get its visibility. > > i figured out, however, that i can getView().isShown() but i'm not > 100% sure whether its proper way or not... > > any ideas? > > thanks, > pskink > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

