Is there a way to set the cursor to a pointing hand over a text view without subclassing NSTextView?
I read a lot about NSTrackingAreas, tested a lot of examples, set different tracking options and implemented different methods, but the cursor still remains an I-Beam. I have read that it is an AppKit automatic feature, so how can I prevent this?
Thank you!
Edit for Stefan: I read this
And.
doesnât work. I found numerous references on the web, including. bug reporting.