Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!ncar!tank!oddjob!rfl From: rfl@oddjob.uchicago.edu (Bob Loewenstein) Newsgroups: comp.sys.mac.programmer Subject: launching an application in multifinder Message-ID: <8092@tank.uchicago.edu> Date: 16 Mar 90 01:49:05 GMT Sender: news@tank.uchicago.edu Reply-To: rfl@oddjob.UChicago.EDU (Bob Loewenstein) Organization: U of Chicago - Astronomy & Astrophysics Lines: 11 I have written a small application that is multifinder aware. However, when the program launches and builds its document window, the window is created behind the existing layer. After the program runs through the rest of its initialization, the window pops into the foreground and everything works fine. How do I get the window to appear first in the foreground (in front of the other layers)...prior to the execution of the init procedure? I call getNewWindow and setPort when building the window.