Re: Document Cursor
Re: Document Cursor
- Subject: Re: Document Cursor
- From: "John C. Randolph" <email@hidden>
- Date: Tue, 24 Aug 2010 10:38:20 -0700
On Aug 23, 2010, at 9:41 PM, Richard Somers wrote:
> 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.
You can just check where the cursor is when you open your document and send [[NSCursor IBeamCursor] push] yourself if it's inside your view.
-jcr
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden