Skip navigation.
 
mlRe: Changing NSPrintPanel UI in 10.5
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>

Related mailsAuthorDate
mlChanging NSPrintPanel UI in 10.5 Rimas May 13, 19:23
mlRe: Changing NSPrintPanel UI in 10.5 David Duncan May 13, 20:32
mlRe: Changing NSPrintPanel UI in 10.5 Rimas May 13, 20:52
mlRe: Changing NSPrintPanel UI in 10.5 David Duncan May 13, 20:58
mlRe: Changing NSPrintPanel UI in 10.5 Rimas May 13, 21:05
mlRe: Changing NSPrintPanel UI in 10.5 David Duncan May 13, 21:51
mlRe: Changing NSPrintPanel UI in 10.5 Rimas May 13, 22:04
mlRe: Changing NSPrintPanel UI in 10.5 David Duncan May 13, 22:07