initializing a pdfview

2010-05-26 Thread Matthew Weinstein
I think I'm on the verge of success with my attempt to create a selection rectangle (that doesn't select text) for pdfview, but I'm unclear what init routines I should use in my pdfview subclass. - (id)initWithFrame:(NSRect)frameRect doesn't seem to get called--as it does in nsview. Matthew

Re: initializing a pdfview

2010-05-26 Thread John Calhoun
On May 26, 2010, at 11:38 AM, Matthew Weinstein wrote: I think I'm on the verge of success with my attempt to create a selection rectangle (that doesn't select text) for pdfview, but I'm unclear what init routines I should use in my pdfview subclass. - (id)initWithFrame:(NSRect)frameRect