home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!ames!bionet!parc!poon
- From: poon@parc.xerox.com (Alex Poon)
- Newsgroups: comp.sys.mac.programmer
- Subject: MacApp 3.0 printing of documents
- Message-ID: <poon.714965815@roo>
- Date: 28 Aug 92 01:36:55 GMT
- Sender: news@parc.xerox.com
- Organization: Xerox PARC
- Lines: 14
-
- I have a document that has 2 main views associated with it.
- One view is in a floating window, and the other is in a regular window.
- When the user chooses Print... from the File menu, I would like both
- views to be printed. I attached a separated TStdPrintHandler object to
- each view in my document's DoMakeViews method. However, when I choose
- Print... strange things happen. If the last mouse click was in the floating
- window, then only the view in the floating window prints. If the last
- mouse click was in the normal window, the view in the normal window prints,
- and then the view in the normal window prints again, but with parts of
- it clipped.
-
- Anyone know of the right way to do printing of multiple views?
-
- - poon@parc.xerox.com
-