Path: utzoo!attcan!uunet!lll-winken!ames!pasteur!ucbvax!hplabs!hp-ses!hpcea!hpausla!jcl From: jcl@hpausla.HP.COM (Jeff Laing) Newsgroups: comp.sys.mac.programmer Subject: Closing Desk Accessories Message-ID: <2580008@hpausla.HP.COM> Date: 15 Jan 89 22:12:05 GMT Organization: HP Australian Software Operation Lines: 14 A programmers desk accessory question; I have looked through Inside Mac, MacTutor and Chernicoff and haven't found an answer. What does a desk accessory have to do to close itself? I want to be able to have a desk acc which does NOT have a close box in the window (ok, I don't have a good reason, but why should that matter? In fact, I wanted the window to have a close BUTTON instead. Anyway...) If we assume I want a Close ... item on a desk accessories menu, then what should that code do? Its not as simple as calling the 'DrvrClose' routine in my code, nor is it 'CloseDeskAcc(myId)'.. Anyone got the answer?