Re: [mono-android] ProgressDialog seems barfed with 4.0.5 beta2

2012-03-06 Thread Jonathan Pryor
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 __

[mono-android] ProgressDialog seems barfed with 4.0.5 beta2

2012-03-03 Thread Paul Johnson
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