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 PROTECTED]



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to