Re: [android-developers] Preventing dialog auto-dismiss on button click

2010-03-20 Thread Mark Murphy
TreKing wrote: > On Sat, Mar 20, 2010 at 8:26 AM, westmeadboy > 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). > > > D

Re: [android-developers] Preventing dialog auto-dismiss on button click

2010-03-20 Thread TreKing
On Sat, Mar 20, 2010 at 8:26 AM, westmeadboy 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

[android-developers] Preventing dialog auto-dismiss on button click

2010-03-20 Thread westmeadboy
Is there any way (the best way) to avoid this happening? I am using a ProgressDialog which has one cancel button. On clicking the cancel button I want to disable the cancel button and change the message to "Canceling...". That bit's easy. Only once the cancellation has been fully processed do I w