Re: Tiger vs Leopard Printing

2009-01-08 Thread Raleigh Ledet
David, Does your code assume that the pages will be printed only once and in order during the print cycle? -raleigh On Jan 7, 2009, at 5:25 PM, David Blanton wrote: I build my app with the MACOSX10.4u.sdk. When the following is executed: [[NSPrintOperation printOperationWithView:catalog

Re: Tiger vs Leopard Printing

2009-01-08 Thread chaitanya pandit
Am not sure but have a look at : NSPrintPanelAccessorizing Protocol Reference -Chaitanya On 08-Jan-09, at 6:55 AM, David Blanton wrote: I build my app with the MACOSX10.4u.sdk. When the following is executed: [[NSPrintOperation printOperationWithView:catalog] runOperationModalForWindow:mai

Tiger vs Leopard Printing

2009-01-07 Thread David Blanton
I build my app with the MACOSX10.4u.sdk. When the following is executed: [[NSPrintOperation printOperationWithView:catalog] runOperationModalForWindow:mainWindow delegate:self didRunSelector:nil contextInfo:nil]; the Tiger and Leopard print panels are different. In Leopard you can selec