On Thu, Nov 4, 2010 at 11:32 AM, dashman <[email protected]> wrote:
> i don't want to close the dialog - but the dialog closes even if i don't > call dismiss(). > This is the default behavior for dialogs - as soon as you click any button, it closes, AFAIK. Instead of using the built in setPostiveButton() function, add a layout that has the buttons you need and handle the click on those. Then the dialog won't auto-dismiss and you can leave it open as necessary. ------------------------------------------------------------------------------------------------- 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

