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 problem is that when I change the form the item go back to the original
item string that I edit  in the resources.

Thanks.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to