Path: utzoo!attcan!uunet!husc6!rutgers!ucsd!ucbvax!hplabs!well!wdh From: wdh@well.UUCP (Bill Hofmann) Newsgroups: comp.sys.mac.programmer Subject: Re: LSC & hierarchical menus Summary: Use Derez/Rez, or just type Message-ID: <6743@well.UUCP> Date: 6 Aug 88 17:22:46 GMT References: <730052@hpcilzb.HP.COM> <730055@hpcilzb.HP.COM> Reply-To: wdh@well.UUCP (Bill Hofmann) Organization: Whole Earth 'Lectronic Link, Sausalito, CA Lines: 19 >Does anyone know how to enter the wierd hex value 0x1B in the >"mark char" field of a MENU resource in ResEdit? First, unless I'm terribly confused, it goes into the key equiv field, and the menu ID goes into the mark char field. 1. On keyboards with an escape key (SE, II kbds), just type . This works. 2. Put a character you'll recognize into the right field, close the menu being edited, open it again using the "Open General" which opens a hex window (hex on left, ascii on right), find your character, select the hex version of it, and type "1B". 3. Derez it, and put the constant "hierarchicalMenu" in the field, Rez it again if you can't stand having resource sources. Seems to me you could do the same in RMaker: it'll let you specify an arbitrary hex value (\1b?). -Bill Hofmann