[comp.sys.next] problems with copyPSCodeInside:to:

combs@sumex-aim.stanford.edu (Dave Combs) (12/08/89)

Has anyone had any problems with trying to dump out display information
using "copyPSCodeInside:to:"?  I have a View hierarchy that includes
a Cell (TextCell) with a title string.  When I put the View hierarchy 
into a window and display it, everything works fine, and the title is
printed out correctly in its Cell area.  However, when I try and send
"copyPSCodeInside:to:", the correct PostScript code is sent to the stream
for everything EXCEPT the Cell.  It seems that drawInside:inView: (a Cell
method to display the Cell data) doesn't work when just sending data to
a stream.

I may be interpreting the problem incorrectly.  Any suggestions?

Thanks,
Dave  (combs@sumex-aim.stanford.edu)