[android-developers] Re: User Cancel - ProgressDialog

2010-04-21 Thread Matthew Patience
Works, thank you. The class documentation isn't all there for some reason. Found a whole bunch of stuff in the code auto-completion in Eclipse though. On Apr 20, 9:10 am, polyclefsoftware dja...@gmail.com wrote: I believe if you use the following method, the back button should dismiss the

[android-developers] Re: User Cancel - ProgressDialog

2010-04-20 Thread polyclefsoftware
I believe if you use the following method, the back button should dismiss the progress dialog, without closing the app: progressDialog.setCancelable(true); On Apr 20, 8:00 am, Matthew Patience matthewj.patie...@gmail.com wrote: I started an indeterminate progress dialog in my onCreate method