[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619325

http://bugzilla.novell.com/show_bug.cgi?id=619325#c2


--- Comment #2 from Rick Gross rickgr...@mac.com 2010-07-06 20:14:25 UTC ---
Created an attachment (id=374084)
 -- (http://bugzilla.novell.com/attachment.cgi?id=374084)
Sample project

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619325

http://bugzilla.novell.com/show_bug.cgi?id=619325#c3


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
   InfoProvider|rickgr...@mac.com   |
 Resolution||INVALID

--- Comment #3 from Geoff Norton gnor...@novell.com 2010-07-06 20:28:14 UTC 
---
You aren't overriding the method, you jsut have a public method called:

public void ViewWillAppear () {}

If you want to implement the method you need to override the base declaration:

public override void ViewWillAppear (bool animated) {}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619325

http://bugzilla.novell.com/show_bug.cgi?id=619325#c4


--- Comment #4 from Rick Gross rickgr...@mac.com 2010-07-06 21:44:08 UTC ---
Why did this before implementing the ViewController?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 619325] Inconsistent execution of ViewWillAppear event

2010-07-02 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=619325

http://bugzilla.novell.com/show_bug.cgi?id=619325#c1


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
   InfoProvider||rickgr...@mac.com

--- Comment #1 from Geoff Norton gnor...@novell.com 2010-07-03 04:02:21 UTC 
---
Please attach a small isolated testcase that shows the issue.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs