Path: utzoo!attcan!uunet!snorkelwacker!usc!rutgers!texbell!uudell!pmafire!geoff From: geoff@pmafire.UUCP (Geoff Allen) Newsgroups: comp.sys.mac Subject: Re: Screen dump... Message-ID: <1990Mar21.195602.15033@pmafire.UUCP> Date: 21 Mar 90 19:56:02 GMT References: <2367@syma.sussex.ac.uk> <220@gollum.twg.com> Reply-To: geoff@pmafire.UUCP (Geoff Allen) Organization: WINCO Computer Engineering, INEL, Idaho Lines: 40 In article <2367@syma.sussex.ac.uk> markf@syma.sussex.ac.uk (Mark Foster) writes: > Now, I know that command/shift/3 gives you a dump of the screen in > MacPaint format but how do I get a dump of the screen "With a menu dropped". And lefty@twg.com (David N. Schlesinger) replies: >Way back when, there was a DA called "Camera" which would do this. It no >longer works under the current System. But it can be patched to work under System 6. Here are the details. I've done it, and it works wonderfully. ---------- Date: Tue, 23 Jan 90 20:16:37 MST From: Jonathan Pratt Subject: Camera DA patch I posted this Camera DA fix to comp.sys.mac quite a while ago and the response was favorable so here is an encore. Apparently Camera fails in newer systems because it attempts to call SysBeep at interrupt level. The fix is to change these calls to NOPs as follows: 3f3c 0005 a9c8 --> 4e71 4e71 4e71 I believe there are three occurrences that must be changed. Use Fedit or ResEdit or whatever you have that allows file editing. Jonathan /* Jonathan Pratt Internet: pratt@boulder.colorado.edu * * Campus Box 525 uucp: ..!{ncar|nbires}!boulder!pratt * * University of Colorado * * Boulder, CO 80309 Phone: (303) 492-4293 */ -- Geoff Allen \ Computers are useless. uunet!pmafire!geoff \ They can only give you answers. bigtex!pmafire!geoff \ -- Pablo Picasso