> I was wondering how we would attach a pop up window to a button so > that when the button is clicked the pop up window will appear showing > a message and still until the user closes it. How should I go about > this and what classes should I use? Also if there are any examples for > this it would really helpful as well. Thank you.
AlertDialog may be what you want. http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.html http://developer.android.com/guide/topics/ui/dialogs.html -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

