Re: PDFKit cpSelections?
Re: PDFKit cpSelections?
- Subject: Re: PDFKit cpSelections?
- From: John Calhoun <email@hidden>
- Date: Wed, 26 May 2010 16:21:53 -0700
On May 26, 2010, at 1:13 PM, Matthew Weinstein wrote:
> Now even before I can click on it, while it is loading from nib it bombs with the following pearls of wisdom. I can't find a discussion of cpSelections anywhere.
cpSelection objects are internal - used by PDFSelection beginning with SnowLeopard.
-[PDFView becomeFirstResponder:] is calling -[PDFView(PDFViewInternal) invalidateSelectionBounds:] on the current selection. This would have the effect of forcing a redraw of the view region covered by the selection (if any). When a view becomes first responder the selection is drawn with a different color than when the focus is elsewhere....
I offer this just as an explanation for what is happening — I can't say why you are seeing doesNotRecognizeSelector or referecnes to cpSelection.
John Calhoun—_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden