Re: printing question
Re: printing question
- Subject: Re: printing question
- From: Ken Victor <email@hidden>
- Date: Mon, 10 Oct 2005 15:20:50 -0700
At 4:15 PM -0600 10/10/05, Scott Ribe wrote:
> 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.
i've been looking at both the actual NSPrintInfo object and its
dictionary within the debugger, and i can't see that anything changes
when the user chooses a different ordering scheme.
ken
_______________________________________________
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