-- card: 6377 from stack: in.1 -- bmap block id: 0 -- flags: 0000 -- background id: 3468 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=453 top=97 right=119 bottom=484 -- title width / last selected line: 0 -- icon id / first selected line: 1015 / 1015 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp visual barn door open go card newmenu end mouseUp -- part contents for background part 1 ----- text ----- ChangeMenu is an XCMD that lets you change the names of items in menus you've created using the NewMenu XFCN. For example: ChangeMenu myMenu, 2, "Go to Address" Will change the second menu item in menu "myMenu" to read "Go To Address". If the original item was disabled or checked, the changed item will be also. You can not change the title of a menu, only the items in the meu itself. The menu number you provide to to ChangeMenu should be the same number that was returned by NewMenu. -- part contents for background part 4 ----- text ----- ChangeMenu , , *Menus for HyperCard™ - see NewMenu for examples -- part contents for background part 2 ----- text ----- ChangeMenu -- part contents for background part 8 ----- text ----- Michael Long - Nine to Five Software Company -- part contents for background part 9 ----- text ----- XCMD