Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!dino!cs.iastate.edu!jwright From: jwright@cs.iastate.edu (Jim Wright) Newsgroups: comp.sys.mac.programmer Subject: Screen vs. Printing Message-ID: <456@dino.cs.iastate.edu> Date: 1 Feb 90 15:09:50 GMT Sender: usenet@dino.cs.iastate.edu Organization: Iowa State U. CS Department; Ames, IA Lines: 14 I'm afraid I have a bug in a program in a printing routine. I want to generate information a few pages at a time, and have (modal) dialogs come up between page groups. This is all to be sent to the printer as a single print job. How should I manage the screen port and the print port? I put in SetPort() calls as I switched around, and all seemed to work well. Then I added an abort option, and very occasionally the program hangs when quitting. It still operates OK. Of course it never bombs while in the debugger. How should I handle this, or can I just ignore it all? Any references to read up on this? IM and TN have been little help. -- Jim Wright jwright@cs.iastate.edu