https://bugzilla.novell.com/show_bug.cgi?id=634495
https://bugzilla.novell.com/show_bug.cgi?id=634495#c4 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution| |FIXED Severity|Major |Critical --- Comment #4 from Jonathan Pryor <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
