views:

5

answers:

0

Hi All

I am trying to fix the problem where my progress dialog box disappears when someone presses the search button.

I found this posting http://stackoverflow.com/questions/2502443/prevent-progressdialog-from-being-dismissed-when-i-click-the-search-button-andro/3983628#3983628 Where they say to add an on key listener to the progress dialog.

Specifically he says "put it on the dialog builder". This confuses me as I cannot figure out how to use a dialog builder for a progress dialog. I know how to use them for Alert Dialogs.

My current code look like this.gps_progress_dialog = ProgressDialog.show(Christmas_Light_Controller.this, "GPS Status", "Waiting for Position.", true,true); and I just cannot figure out how to add the onKeyListener.

Thanks Lucas