On Wed, Oct 28, 2009 at 9:14 AM, qlimax <[email protected]> wrote:
>
> have you tried
>
> Dialog pg=new ProgressDialog(this)
>
> then return pg ?
>
> just to try it... and UP this thread...:)
Tried it:
protected Dialog onCreateDialog(int id) {
if (id == ID_DIALOG_X) {
Dialog pg = new ProgressDialog(this);
return pg;
}
return super.onCreateDialog(id);
}
Didn't help.
--
Greg Donald
http://destiney.com/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---