Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!claris!apple!holt From: holt@apple.UUCP (Bayles Holt) Newsgroups: comp.sys.mac Subject: Re: Screen Dumping to a LaserWriter Message-ID: <7315@apple.UUCP> Date: 2 Feb 88 17:36:00 GMT References: <3956@husc6.harvard.edu> Reply-To: holt@apple.UUCP (Bayles Holt) Organization: Apple Computer Inc., Cupertino, USA Lines: 25 >In Article 12911 (benjamin Waldman) writes: >How can I screendump to the LW, then (in a way that would be compatible >with the IW as well)? The "FKEY #4" command for printing dumps of the Macintosh screen is in the process of being abandoned in all Print drivers for the Mac. There are several reasons for this, which I can elaborate on if anyone is interested, but for starters it just plain doesn't work under some conditions not the least of which is: * low memory (applications assume 10k is plenty for any printer) * multi-finder (how do you print dynamically changing screens? 2 screens?) * self portraits (how do you prevent FKEY #4 nesting?) Though these may be considered soluble at some level, it is not considered worth it since low-level print driver calls are being phased out. The recommended way of printing screen dumps is to execute an FKEY #3 (which saves the screen to a file) then printing the file like any other bitmap file. This is not only cleaner, its easier and is just as fast as the FKEY #4. --Bayles Holt holt@apple.UUCP -------------------------- As always... --------------------------