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 (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