[Mono-bugs] [Bug 634495] Monodroid app crashes making call to web service with progressdialog shown
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 15 16:12:54 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=634495
https://bugzilla.novell.com/show_bug.cgi?id=634495#c4
Jonathan Pryor <jpryor at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |jpryor at novell.com
Resolution| |FIXED
Severity|Major |Critical
--- Comment #4 from Jonathan Pryor <jpryor at novell.com> 2010-11-15 21:12:53 UTC ---
This appears to be fixed in Preview 7, in that I can use the attachment from
Comment 1, update it for Preview 7, and have it run with to completion
(including showing a message with the final result).
Necessary changes include:
- Addition of [Activity] attribute.
- Provision of default constructor.
- Specifying ActivityAttribute.MainLauncher.
[Activity (Label="Bug 388917", MainLauncher=true)]
public class Activity1 : Activity
{
int count = 1;
protected override void OnCreate (Bundle bundle)
...
I believe this was fixed in Preview 6
(https://bugzilla.novell.com/show_bug.cgi?id=646424).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list