Bump?
On Oct 17, 10:55 pm, Shane <[email protected]> wrote:
> I am getting a "requestFeature() must be called before adding content"
> but only on HTCHerophones. This error nevers occurs on G1s, Magic
> but only on theHero.
>
> I think it occurs (but not sure) when a progress dialog is shown to
> the user. Weird thing is, the progress dialog is shown two or three
> times on theHerowith no problems. On the third or forth time it is
> shown to the user, the error above occurs.
>
> Why only on theHero? Any suggestions?
>
> case DIALOG3_KEY:
> progressDialog.setMessage(getString
> (R.string.deletefilewait));
> progressDialog.setIndeterminate(true);
> progressDialog.setCancelable(true);
> return progressDialog;
>
> FYI - progressDialog is a global variable - private ProgressDialog
> progressDialog;
>
> Thanks,
>
> Shane
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---