[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: window-hardcopy for fred dialog items
- To: djskrien@COLBY.EDU (Dale Skrien)
- Subject: Re: window-hardcopy for fred dialog items
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Fri, 31 Jul 1992 12:36:45 -0500
- 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).