Re: NSTextView unarchived from nib missing pointing hand cursor over links?
Re: NSTextView unarchived from nib missing pointing hand cursor over links?
- Subject: Re: NSTextView unarchived from nib missing pointing hand cursor over links?
- From: Douglas Davidson <email@hidden>
- Date: Fri, 6 Jan 2006 14:42:36 -0800
On Jan 6, 2006, at 2:33 PM, Jim Correia wrote:
I have an app that is built and linked on 10.4.3.
If I unarchive an NSTextView from a nib, links do not get the
default pointing hand cursor.
If I programatically create an NSTextView and add it to the window,
I do get the pointing hand cursor by default.
I assume this is worthy of a bug report?
Is there anything I can do to work around the problem? (A general
workaround would be great, so I don't have to paste a workaround
into every view controller, but I'd be happy with any workaround.)
File a bug. The workaround would be to manually set the
linkTextAttributes on the text view; you can see what an appropriate
set of values would be by interrogating one of your programmatically
created text views.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden