Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!f.gp.cs.cmu.edu!dtw From: dtw@f.gp.cs.cmu.edu (Duane Williams) Newsgroups: comp.sys.mac.programmer Subject: Re: Adding custom DA menus for hierDA Message-ID: <3188@pt.cs.cmu.edu> Date: 3 Oct 88 03:39:31 GMT References: <3828@omepd> Sender: netnews@pt.cs.cmu.edu Distribution: na Organization: Carnegie-Mellon University, CS/RI Lines: 22 First of all, back up your System before you start editing it in case something goes wrong. Let's say you want to add a submenu to the miniWriter item in the Apple menu. Use ResEdit under Finder to add a MENU to the System file, as follows. First look up the DRVR ID of miniWriter. It's 24 in my System, but may be different in yours. Create a new MENU and open the "Get Info" window for it. Put the DA's ID (e.g., 24) into the "Owner ID" field, select DRVR in the "Owner type" list, and put 31 into the "Sub ID" field. ResEdit will automatically calculate the MENU ID -- don't change it! Close the "Get Info" window and open the MENU window and edit the MENU. For miniWriter, I created a MENU with just two items: "New" and "Open...". This is easiest to do it you have ResMENU installed in ResEdit. Now close and save the System file. Restart your Mac with hierDA in your System Folder. You will now have a new submenu for miniWriter. I don't know anything about dealing with DAs in Suitcase files. -- uucp: ...!seismo!cmucspt!me.ri.cmu.edu!dtw arpa: dtw@cs.cmu.edu