Re: printing question
Re: printing question
- Subject: Re: printing question
- From: Scott Ribe <email@hidden>
- Date: Mon, 10 Oct 2005 16:15:13 -0600
- Thread-topic: printing question
> i don't see anything at all that changes in
> the NSPrintInfo for the current print operation in my rectForPage
> function.
How are you examining it? IIRC, there are settings for which there are no
explicit accessors, and to get at everything you have to ask for the
settings in dictionary form and look at specific keys. When you don't know
what key to look for, which would be, oh, say, about 100% of the time you
have to use this technique, the quickest way to analyze the print settings
is to use the function that turns an in-memory dictionary into XML and just
read through that.
Except that I just remembered I did all that when I was still using Carbon.
Oops, but it might still work out for Cocoa.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 665-7007 voice
_______________________________________________
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