On Sat, Mar 20, 2010 at 8:26 AM, westmeadboy <[email protected]>wrote:
> The only way I can think of is to use a custom layout but I would > rather keep the default dialog look and feel (rather than trying to > simulate it with my own code). > Don't think so. I had a lengthy discussion with someone else about this some time ago. The gist is the Dialogs assume you want them gone as soon as you press a button. Why this is assumed is beyond me. But looks like you have to add a custom view with your own buttons that don't make it go away automatically. It shouldn't be that hard to make a layout that looks like the regular progress dialog and then just set that as the view on it. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

