Setting Application cursor
Setting Application cursor
- Subject: Setting Application cursor
- From: David Alter <email@hidden>
- Date: Wed, 14 Oct 2009 14:42:59 -0700
I need to set a cursor for the application when it is in specific states. I
have been doing this by creating by cursor and calling set.
[[NSCursor crosshairCursor] set];
If the application is deactivated. When you activate the application the
cursor needs to be reset. I tried doing this in
NSApplicationDidBecomeActiveNotification and that is not working. I suspect
it is getting set but then it is getting set back to the pointer. Any
suggestions on when I should set this after my application becomes active.
thanks for the help
-dave
_______________________________________________
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