Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!decvax!dartvax!eleazar!icm From: icm@eleazar.Dartmouth.EDU (Ioannis C. Mangos) Newsgroups: comp.sys.mac.programmer Subject: Showing a list of all the available windows Message-ID: <8224@eleazar.Dartmouth.EDU> Date: 22 Feb 88 02:28:01 GMT Expires: 5 Mar 88 05:00:00 GMT Reply-To: icm@eleazar.Dartmouth.EDU (Ioannis C. Mangos) Distribution: na Organization: Dartmouth College, Hanover, NH Lines: 10 Sender: Followup-To: I am writting a small application for the Mac with some friends of mine and we want to have a menu called "Windows" that will display all the windows that there are currently on the screen. One problem I have is that there does not seem to be a command "DeleteMItem" whereas there is one called "AppendMItem" The way I was thinking to do that was to have a linked list of all the window titles and append them. But in order to do that I have to delete first all the existing titles n that menu. Does anyone has an alternative on that that is willing to share with me? Thank you for your help in advance.