Re: Setting the cursor for a link in an NSTextView
Re: Setting the cursor for a link in an NSTextView
- Subject: Re: Setting the cursor for a link in an NSTextView
- From: Douglas Davidson <email@hidden>
- Date: Tue, 31 May 2005 10:38:01 -0700
On May 30, 2005, at 9:03 PM, Larry Gerndt wrote:
I'm using an NSTextView whose value is bound to an attributed
string in File's Owner. The string contains a link. Following
Apple's TextLinks example, I've set up cursor rects to display the
finger cursor whenever the mouse is hovering over the link in the
view (the link occupies the entire visible region of the view).
However, at run time it seems that some other part of the system is
trying to set the I-beam cursor on that view and they usually win,
so most of the time it displays the I-beam but I can fiddle around
and get it to display the finger cursor in some cases. Can anyone
shed any light on how to resolve this problem?
Do you have the link attribute set? By default that should cause the
cursor to change to the pointing hand without you having to do
anything. Is your text view selectable? What system version are you
running on?
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