Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: Menus in DA's Keywords: Menu DA brain-dead Message-ID: <32497@ucbvax.BERKELEY.EDU> Date: 12 Nov 89 03:24:03 GMT References: <410@torch.co.uk> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Organization: School of Education, UC-Berkeley Lines: 8 Key eqivalents for menu commands in desk accessories have traditionally been hard coded into the d.a. The text in the menus is actually ignored. Reputable d.a. authors should build a table using GetItemCmd (if you are running on a system new enough to support that call, if not, you can do direct access to the menu data easily enough.) so that if the user uses some kind of tool to change your menus, your code willk respond to the changed menus. It is also nice to mention in your manual that you are considerate this way.