Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!decwrl!shelby!daemon From: combs@sumex-aim.stanford.edu (Dave Combs) Newsgroups: comp.sys.next Subject: problems with copyPSCodeInside:to: Message-ID: <929@shelby.Stanford.EDU> Date: 8 Dec 89 07:59:08 GMT Sender: daemon@shelby.Stanford.EDU Lines: 14 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)