• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Scaled printing on Panther
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scaled printing on Panther


  • Subject: Scaled printing on Panther
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Mon, 29 Aug 2005 11:59:04 +0200

The code below works ok on Tiger, but not on Panther.

If some view is too high for the paper size (and thus should be (and is on Tiger) scaled) Panther just prints the lower left corner without any scaling.

NSPrintInfo *pi = [ self printInfo ];
[ pi setVerticalPagination: NSFitPagination ];
[ pi setHorizontalPagination: NSAutoPagination ];
[ pi setOrientation: NSLandscapeOrientation ];
[ pi setHorizontallyCentered: NO ];
[ pi setVerticallyCentered:	  NO ];

So: what am I missing to make Panther scale my pages?

Kind regards,

Gerriet.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Problem using NSSpliter, not able to Regain the size of Shrink Subviews, and how to get the previous changed Splitter Window on Relaunching
  • Next by Date: Information regarding UTF-8 code
  • Previous by thread: Link to Dylibs Depending on Other Dylibs [Solution for Matlab]
  • Next by thread: How to change the Framework search path
  • Index(es):
    • Date
    • Thread