Hi TrekKing, I implemented the onCancelListener and have it working good, thanks. Now need to figure out how to refresh the listview...
On Sep 13, 3:36 am, TreKing <[email protected]> wrote: > 2010/9/12 Mystique <[email protected]> > > > How to solve this issue? > > 1 - Add an onCancelListener to your dialog that calls removeDialog(ID1) on > it so it gets removed regardless of how it's canceled. > > or > > 2 - Override onPrepareDialog to set the data in the dialog as necessary > based on the item clicked. This is a little more cumbersome. > > --------------------------------------------------------------------------- > ---------------------- > 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

