home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14642 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.0 KB

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