Re: PDFView focus ring
Re: PDFView focus ring
- Subject: Re: PDFView focus ring
- From: Graham Cox <email@hidden>
- Date: Thu, 02 Feb 2012 09:05:14 +1100
Hi Martin,
Some views don't actually implement a focus ring, leaving it to you. This is often the case if the view is typically used for content within a scrollview. Bear in mind also that the focus ring is drawn outside the frame of the view, so there has to be a) space available to draw it, and b) code there to do that drawing outside the view. These are things you might want to check. If necessary, you may have to subclass the view and add the focus ring yourself.
--Graham
On 01/02/2012, at 6:19 PM, Martin Hewitson wrote:
> Dear list,
>
> This is perhaps a silly question, but I can't find the answer anywhere. I have an app which has an editor on the left side of a splitview and a pdfview on the right side of the splitview. Then I have a keyboard shortcut to toggle focus between the editor and the pdfview. The problem is that the pdfview doesn't show a focus ring, so it's very hard for the user to see that the focus changed. Does anyone know a way that I can make the pdfview show a focus ring? I have tried setting it to Default and Exterior in IB, but it still doesn't appear.
>
> Best wishes,
>
> Martin
_______________________________________________
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