Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!yale!eagle!rcook From: rcook@eagle.wesleyan.edu Newsgroups: comp.sys.mac.programmer Subject: expanding menus Message-ID: <4389@eagle.wesleyan.edu> Date: 1 Dec 89 12:23:07 GMT Lines: 12 I am wondering how you implement the expanding menus that you see in MacDraw II and Canvas, for instance. I was looking at the resource file for MacDraw II and noticed several things. The spelling submenu which is part of the Edit menu (id 2) has an id of 11. The key equiv field of the spelling item is the escape character (27) and the mark char is 11, the id of the spelling menu. This seems fairly straightforward, but how do you include it in the menu bar? _Do_ you include it in the menu bar? I would very much appreciate an explanation and/or some code. Thank you. Randall Cook rcook@eagle.wesleyan.edu rcook%eagle@wesleyan.bitnet