On Mar 3, 2012, at 8:32 AM, Paul Johnson wrote:
> I'm having problems with ProgressDialog - when I use it, I get Java runtime
> error.
What's the stack trace?
I don't know of any reason this would have regressed over 4.0.4 unless it's
somehow related to OpenGL...
- Jon
__
Hi,
I'm having problems with ProgressDialog - when I use it, I get Java
runtime error.
Currently, I have this
View currentview = FindViewById(Resource.Id.relLayout);
Context c = currentview.Context;
startProgressDialog(c);
private void startProgressDialog(Context c)
{
ProgressDialog p