Re: Menu Items strings

2000-11-14 Thread Richard Burmeister
From: "Federico Vaggi" <[EMAIL PROTECTED]> Subject: Menu Items strings > I have a question. How can I change the strings of the items of > the menu bar? The usual way to handle this is to have two menus and change from one to the other when you want to change th

Menu Items strings

2000-11-14 Thread Federico Vaggi
Hi, I have a question. How can I change the strings of the items of the menu bar? I work with Code Warrior and I have tried to do something: MenuBarPtr MenuActual; MenuActual = MenuGetActiveMenu(); (MenuActual->menus->items+3)->itemStr = "Habilitar Drag"; MenuSetActiveMenu (MenuActual); The