Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!cmcl2!acf4!mcqueen From: mcqueen@acf4.NYU.EDU (David M. McQueen) Newsgroups: comp.sys.sgi Subject: Re: problems with RECTRE and other little things Message-ID: <17280029@acf4.NYU.EDU> Date: 4 Dec 89 13:38:00 GMT References: <2994@uceng.UC.EDU> Organization: New York University Lines: 13 With regard to your problem when running several graphics programs in sequence: by default, the program runs as a background job after graphics initialization. To prevent this from happening, place a call to foregr (in FORTRAN, or foreground, in C) before calling winopen. This will keep each job in the foreground until completion, when the next job will start up. Dave McQueen Courant Institute of Mathematical Sciences, New York University mcqueen@acf4.nyu.edu