Re: How to update preview in NSPrintPanel?

2011-12-30 Thread Luc Van Bogaert
On 26 Dec 2011, at 02:44, Quincey Morris wrote: On Dec 25, 2011, at 14:05 , Luc Van Bogaert wrote: I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The

Re: How to update preview in NSPrintPanel?

2011-12-30 Thread Quincey Morris
On Dec 28, 2011, at 05:05 , Luc Van Bogaert wrote: I haven't been able to set the checkbox's state to ON, when opening the print panel. I've tried creating the view controller first and then sending [viewcontroller setCheckBoxValue:YES], but that doesn't seem to work, so I suspect I'm

How to update preview in NSPrintPanel?

2011-12-25 Thread Luc Van Bogaert
Hi, I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The checkbox's value has a binding to the view controller's representedObject.printSettings.checkboxvalue

Re: How to update preview in NSPrintPanel?

2011-12-25 Thread Graham Cox
On 26/12/2011, at 9:05 AM, Luc Van Bogaert wrote: Hi, I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The checkbox's value has a binding to the view

Re: How to update preview in NSPrintPanel?

2011-12-25 Thread Quincey Morris
On Dec 25, 2011, at 14:05 , Luc Van Bogaert wrote: I'm adding a custom user setting to a NSPrintPanel by adding an accessory view controller for a view that contains just one control (a checkbox) and which is loaded from a nib file. The checkbox's value has a binding to the view