home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / mcl / 1105 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.3 KB

  1. 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
  2. From: bill@cambridge.apple.com (Bill St. Clair)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: window-hardcopy for fred dialog items
  5. Message-ID: <9207311554.AA20448@cambridge.apple.com>
  6. Date: 31 Jul 92 17:36:45 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 16
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Full-Name: Bill St. Clair
  11. Original-To: djskrien@COLBY.EDU (Dale Skrien)
  12. Original-Cc: info-mcl
  13.  
  14. >On page 493 in the manual for MCL 2.0 final, it says that window-hardcopy
  15. >works for Fred windows or Fred dialog items.  However, when I create a
  16. >window with a scrolling-fred-dialog-item (which I assign to a variable x)
  17. >and then call
  18. >  (window-hardcopy x)
  19. >I get an error message:  "No applicable method for args:
  20. >(#<ccl::scrolling-fred-dialog-item #x51E179>) to
  21. >#<standard-generic-function window-hardcopy #x47A396>."
  22. >
  23. >Am I doing something wrong?
  24.  
  25. As Alice said, window-hardcopy works only for fred-windows.
  26.  
  27. I have made a patch that makes it work for fred-dialog-items as well.
  28. Ask and I'll send it to you. This patch will probably be part of patch
  29. 2 for MCL 2.0 (patch 1 is being beta tested as we speak, er, write).
  30.