Re: Problem printing offscreen PDFViews

2010-01-14 Thread Waldo Lee Sharvey
han > you are using for your regular view?  Use NSPrintOpertaion and > -setShowPanels: as described in > http://developer.apple.com/mac/library/documentation/cocoa/Conceptual/Printing/Tasks/UsingPrintPanel.html > > --Kyle Sluder > > On Wed, Jan 13, 2010 at 8:35 AM, Waldo Lee Sha

Problem printing offscreen PDFViews

2010-01-13 Thread Waldo Lee Sharvey
I have a situation where I want to print a multi-page PDF. While I could use the PDFKit utility classes and/or quartz functions to get the information to manually write drawing/pagination code for a NSView subclass, I had thought that quicker alternative would be to create an off-screen PDFView and

Re: Trying to get hang of PDO

2008-06-18 Thread Waldo Lee Sharvey
I'm getting SIGBUS errors when my [connection rootProxy] is called. On Wed, Jun 18, 2008 at 3:00 PM, I. Savant <[EMAIL PROTECTED]> wrote: > On Wed, Jun 18, 2008 at 2:54 PM, Waldo Lee Sharvey > <[EMAIL PROTECTED]> wrote: > > Whoops, I had a typo on ClientControlle

Re: Trying to get hang of PDO

2008-06-18 Thread Waldo Lee Sharvey
Whoops, I had a typo on ClientController's nameserver's portname (it was supposed to be "CommServerPort" and not "ChatterPort") Fixed this, but now I'm getting crashes when the debugger hits [[connect rootProxy] retain]. On Wed, Jun 18, 2008 at 2:40 PM, W

Trying to get hang of PDO

2008-06-18 Thread Waldo Lee Sharvey
For the last several days I've been trying to use Distributed Objects in my application to no avail. I've scanned and scoured for multiple pieces of documentation over just about everywhere, I've tried one variation of code after another, initially trying to use NSSocketPort with domain sockets and