Re: Setting Application cursor

2009-10-14 Thread Kyle Sluder
On Wed, Oct 14, 2009 at 2:56 PM, David Alter wrote: > I do need the cursor to be active everywhere on the screen. In other places > we are using NSTrackingArea and that works great. «Obligatory confirmation that you are doing this for good (ex: eyedropper) and not for evil (well of course the use

Re: Setting Application cursor

2009-10-14 Thread David Alter
I do need the cursor to be active everywhere on the screen. In other places we are using NSTrackingArea and that works great. On Wed, Oct 14, 2009 at 2:48 PM, Kyle Sluder wrote: > On Wed, Oct 14, 2009 at 2:42 PM, David Alter > wrote: > > I need to set a cursor for the application when it is in

Re: Setting Application cursor

2009-10-14 Thread Kyle Sluder
On Wed, Oct 14, 2009 at 2:42 PM, David Alter wrote: > 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. Do you need this cursor to be effective anywhere on the screen? If not, use the NSTrackingArea API on wh