Path: news.media.mit.edu!grapevine.lcs.mit.edu!uhog.mit.edu!europa.eng.gtefsd.com!howland.reston.ans.net!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!decwrl!crl.dec.com!crl.dec.com!random!dialup.athena.tay.dec.com!mills
From: mills@athena.tay.dec.com (George Mills)
Newsgroups: comp.lang.logo
Subject: Re: Printing Mac UCBLOGO graphics
Message-ID: <mills.758914983@dialup.athena.tay.dec.com>
Date: 18 Jan 94 17:43:03 GMT
References: <2hfo02$b1e@itsa.ucsf.edu> <2hg4ic$o5i@agate.berkeley.edu>
Sender: news@randomathena.tay.dec.com
Lines: 16
Nntp-Posting-Host: dialup.athena.tay.dec.com

bh@anarres.CS.Berkeley.EDU (Brian Harvey) writes:

!>rpb@itsa.ucsf.edu (Rodger Bagnall) writes:
!>>How can you print the contents of the graphics window in Mac UCBLOGO?
!>>The print options are grayed out.

!>I'm afraid you can't.  I guess that would be a good idea; I'll put it
!>on the list to work on one of these days.  It's one of those things
!>that are hard to do in a platform-independent way, because of different
!>graphics file formats and stuff, about which I know nothing.

I agree that it will be "platform" specific, but if it's anything like
Windows, it will hopefully be format independent. This is what so nice
about Windows. You just hand it the job in the same format as you do
for the screen (basically a redraw or repaint to the printer device).
The print driver (format/device specific) takes care of the rest.

