Menu wierdness
Menu wierdness
- Subject: Menu wierdness
- From: "Steven J. Sims" <email@hidden>
- Date: Tue, 14 Aug 2001 19:52:45 +0100
Hey gang,
I'm busy working on my first Cocoa app at the moment and I'm having a
little bit of trouble getting a menu to work properly, so I'm hoping
somebody here will be able to help me out.
The problem is really simple - I don't seem to be able to change the
title of a menu using Interface Builder (v.2.0.1). I have my menus for
my application, can set actions against the menu items, can change the
menu items, but any edit of a menu title does not propagate through to a
running application. When viewed/edited in Interface Builder the .nib
file definitely has the correct menu titles.
Specifically I have changed "File" to "Game", but when compiled and run
the menu is still titled "File". I also tried replacing the File menu
completely with a new menu (also titled "Game") but this appears as
"Submenu" in the compiled application.
I'm sure this must be something pretty simple and it's probably covered
in an FAQ (is there an FAQ for this mailing list?), but I'm rather new
to this stuff right now. BTW I'm using Project Builder 1.0.1 and Mac OS
X 10.0.4.
Any ideas?
Steve