Hi,
I'm having problems with ProgressDialog - when I use it, I get Java
runtime error.
Currently, I have this
View currentview = FindViewById<View>(Resource.Id.relLayout);
Context c = currentview.Context;
startProgressDialog(c);
....
private void startProgressDialog(Context c)
{
ProgressDialog pd = ProgressDialog.Show(c, "message", "title");
// ProgressDialog pd = new ProgressDialog(c); also dies as does
ProgressDialog pd = new ProgressDialog(this);
}
Can anyone confirm this before I pop it over to the bugzilla...
Paul
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid