home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!uakari.primate.wisc.edu!ames!agate!apple!cambridge.apple.com!bill@cambridge.apple.com
- From: bill@cambridge.apple.com (Bill St. Clair)
- Newsgroups: comp.lang.lisp.mcl
- Subject: Re: window-hardcopy for fred dialog items
- Message-ID: <9207311554.AA20448@cambridge.apple.com>
- Date: 31 Jul 92 17:36:45 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 16
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- Full-Name: Bill St. Clair
- Original-To: djskrien@COLBY.EDU (Dale Skrien)
- Original-Cc: info-mcl
-
- >On page 493 in the manual for MCL 2.0 final, it says that window-hardcopy
- >works for Fred windows or Fred dialog items. However, when I create a
- >window with a scrolling-fred-dialog-item (which I assign to a variable x)
- >and then call
- > (window-hardcopy x)
- >I get an error message: "No applicable method for args:
- >(#<ccl::scrolling-fred-dialog-item #x51E179>) to
- >#<standard-generic-function window-hardcopy #x47A396>."
- >
- >Am I doing something wrong?
-
- As Alice said, window-hardcopy works only for fred-windows.
-
- I have made a patch that makes it work for fred-dialog-items as well.
- Ask and I'll send it to you. This patch will probably be part of patch
- 2 for MCL 2.0 (patch 1 is being beta tested as we speak, er, write).
-