Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!nosc!humu!uhccux!munnari.oz.au!jkjl From: jkjl@munnari.oz.au (John Keong-Jin Lim) Newsgroups: comp.sys.mac.programmer Subject: Re: bringing my application to the foreground Message-ID: <1705@munnari.oz.au> Date: 12 Jul 89 03:28:39 GMT References: <5971@hubcap.clemson.edu> Sender: news@cs.mu.oz.au Reply-To: jkjl@munmurra.UUCP (John Keong-Jin Lim) Organization: Comp Sci, University of Melbourne Lines: 16 In article <5971@hubcap.clemson.edu> mikeoro@hubcap.clemson.edu (Michael K O'Rourke) writes: >If my program is suspended in the background under multifinder, what is >the proper way to bring it to the foreground. If i receive an appletalk The way i do it is : OpenDeskAcc(CurApName); /* CurApName = low mem global stating application name */ The correct way is to use the notification manager to alert the user. The above is a *hack* which I only used to test moire to ensure that version 3.0 can handle such punishment. john lim ps : moire 3 should be out by the end of the month.