Re: Changing NSPrintPanel UI in 10.5
Re: Changing NSPrintPanel UI in 10.5
- Subject: Re: Changing NSPrintPanel UI in 10.5
- From: David Duncan <email@hidden>
- Date: Tue, 13 May 2008 11:58:27 -0700
On May 13, 2008, at 11:52 AM, Rimas wrote:
What are you trying to accomplish?
Basicaly I am trying to merge "Page setup" and "Print" dialogs. That
is easy by using NSPrintPanel's setOptions. But I want to keep "Page
setup" functionality also. I mean, I want to be able to change paper
size for example, without printing. This is quite difficult to do that
when having only "Cancel" and "Print" buttons.
This is already handled inside the existing print dialog, although not
in its collapsed state. Clicking the disclosure button adds controls
to allow you to select the paper size and orientation. There are other
controls you can add (or remove) as well, search the documentation for
NSPrintPanelOptions (used with NSPrintPanel's -setOptions: method).
--
David Duncan
Apple DTS Animation and Printing
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden