Re: adding a custom view to NSPrintPanel

2008-05-12 Thread Kyle Sluder
On Mon, May 12, 2008 at 6:22 PM, Victor Bovio <[EMAIL PROTECTED]> wrote: > I have no idea how a NSViewController works.. Then perhaps you should read up on them? --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

adding a custom view to NSPrintPanel

2008-05-12 Thread Victor Bovio
Hi, Does anyone knows of an example or tutorial on how to this ?? The documentation says that I have to use this method on NSPrintPanel: - (void)addAccessoryController:(NSViewController < NSPrintPanelAccessorizing > *)accessoryController I have no idea how a NSViewController works.. any t