Path: utzoo!attcan!uunet!olivea!samsung!umich!yale!venus!yalevm!yunsanj From: YUNSANJ@YaleVM.YCC.Yale.Edu Newsgroups: comp.sys.mac.programmer Subject: Re: windows... Message-ID: <91101.195546YUNSANJ@YaleVM.YCC.Yale.Edu> Date: 11 Apr 91 23:55:46 GMT References: <158308@tiger.oxy.edu> Organization: Yale University Lines: 9 I don't believe you'll find any way to find all floating windows in a program. The method I use is storing a Boolean value within a handle that I attach to the refCon field of a window. Often I'll have more than one floating window so the top one need not be all the floating ones. The customary way I've seen for distinguishing floating windows is by checking the windowKind but I never apted for taking this route for problems I had earlier on with using it. If you find any good way of doing this, tell me. (BTW - I'm using a friend's bitnet account. You know me as PATRICK5 frm AOL.)