I have a custom document view that is not displayed in a NSScrollView. So that means that the 'setDocumentCursor:' method is not available. Scrolling is accomplished by other means.

When the cursor is over the custom view, the document cursor needs to be displayed. The view uses a NSTrackingArea. If the cursor leaves the view and re-enters everything works great.

If a new document is opened and the cursor happens to already be over the view, the cursor is not updated until it is moved out of the view and then back in. How can I fix this? None of the NSTrackingArea options address this issue.

--Richard

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to