http://bugzilla.novell.com/show_bug.cgi?id=581543
http://bugzilla.novell.com/show_bug.cgi?id=581543#c2 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Geoff Norton <[email protected]> 2010-02-20 00:24:48 UTC --- The docs for RightBarButtonItem specify that you set it to appear when the current stack is visible, so you're setting it then immediately navigating away, change the line to: dvc.NavigationItem.SetRightBarButtonItem(doneButton, false); and it will do what you want. -- 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
