[Mono-bugs] [Bug 581543] trying to set a UIBarButtonItem to a navigation bar doesn't appear

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 19 19:24:49 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=581543

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


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Geoff Norton <gnorton at novell.com> 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.


More information about the mono-bugs mailing list