Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!SUN.COM!swagman From: swagman@SUN.COM (Patrick J. McEvoy (Sun Entry Systems ISV Liaison)) Newsgroups: comp.windows.news Subject: Re: Using PSH to produce output in a window Message-ID: <8903030059.AA03527@swagman.sun.com> Date: 3 Mar 89 04:57:18 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 > I am interested in using psh with psterm to produce postscript > output interactively. The only problem is that the output > appears in framebuffer...I would like there to also be a > concurrent window I would call the 'graphics window', where the > psh output would appear. I usually start off my psh sessions with: /mywin framebuffer /new DefaultWindow send def /reshapefromuser mywin send /map mywin send /mycanvas /GetCanvas mywin send def mycanvas setcanvas I suppose you could make the canvas retained as well.