On Mon, Mar 14, 2011 at 8:43 AM, Daniel Rindt <[email protected]>wrote:
> > 2 - Call show() on the Dialog you create to actually show it. > In the docs i found: > AlertDialog.Builder.create(); > also shows the Dialog. Where? In the docs I found: http://developer.android.com/reference/android/app/AlertDialog.Builder.html#create() <http://developer.android.com/reference/android/app/AlertDialog.Builder.html#create()> <http://developer.android.com/reference/android/app/AlertDialog.Builder.html#create()> > Creates a > AlertDialog<http://developer.android.com/reference/android/app/AlertDialog.html> > with > the arguments supplied to this builder. *It does not > show()<http://developer.android.com/reference/android/app/Dialog.html#show()> > the > dialog.* This allows the user to do any extra processing before displaying > the dialog. *Use > show()<http://developer.android.com/reference/android/app/AlertDialog.Builder.html#show()> > if > you don't have any other processing to do and want this to be created and > displayed.* ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

