RunLoops and performSelectorOnMainThread problem

2009-05-06 Thread Martin F. Carianni
Hello, i'm having some trouble with CFRunLoop, and performSelectorOnMainThread. I've a CFFTP client (with a latter COCOA implementation to interface with the GUI-class) which needs to pass a directory listing array to the GUI. But when I try to send the array object via an external selector

PDFView printing subviews

2009-01-21 Thread Martin F. Carianni
I've a PDFView (built in IB) with a loaded PDFDocument containing a form. I want to compile the form with a bunch of textfields already populated. PDFDocument *model = [[PDFDocument alloc] initWithData:[NSData dataWithContentsOfFile:@"/Users/neospiez/Desktop/model.pdf"]]; NSTextF