FROM : David Duncan
DATE : Tue May 13 20:58:27 2008
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
david.<email_removed>
DATE : Tue May 13 20:58:27 2008
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
david.<email_removed>
| Related mails | Author | Date |
|---|---|---|
| Rimas | May 13, 19:23 | |
| David Duncan | May 13, 20:32 | |
| Rimas | May 13, 20:52 | |
| David Duncan | May 13, 20:58 | |
| Rimas | May 13, 21:05 | |
| David Duncan | May 13, 21:51 | |
| Rimas | May 13, 22:04 | |
| David Duncan | May 13, 22:07 |






Cocoa mail archive

