Changing menu bar titles
Changing menu bar titles
- Subject: Changing menu bar titles
- From: "Tobias Lidskog" <email@hidden>
- Date: Sun, 15 Jul 2001 01:05:57 +0200
Greetings
I'm trying to change the title of one of my menus while the app is running.
Updating the title of NSMenuItems in a menu is working as it should. What I
have is an outlet connected to a NSMenuItem that is the title of a menu, in
other words it's visible in the menu bar. Using setTitle: doesn't update the
title in the menu bar, but [myMenuItemOutlet title] reports the new title. Is
this a bug, am I doing something wrong, or is it behavior on purpose for UI
reasons?
/Tobias