Link & Table Cursors in NSTextView
Link & Table Cursors in NSTextView
- Subject: Link & Table Cursors in NSTextView
- From: Glen Simmons <email@hidden>
- Date: Fri, 24 Feb 2006 16:48:47 -0600
I'm using code from the TextLinks sample (http://developer.apple.com/
samplecode/TextLinks/TextLinks.html) to get a pointing hand cursor
over links in my NSTextView subclass. But this has broken the resize
cursors that appear over the edges of tables. I've tried calling
[super resetCursorRects] at the beginning and at the end of my
subclass' -resetCursorRects method and either will restore the table
cursor behavior, but breaks the link cursors. Any ideas? Do I now
have to write code to handle cursors for tables myself?
Thanks,
Glen Simmons
_______________________________________________
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