Re: Change NSCursor globally

2017-02-20 Thread Uli Kusterer
On 15 Feb 2017, at 11:24, Colas B wrote: > thanks for your answer. > I want to do the former: when the user enables a mode in the application, the > cursor changes, exactly in the way you described (the shape changes). The > user should be able to use this custom cursor over

Re: Change NSCursor globally

2017-02-15 Thread Colas B
Hi Uli, thanks for your answer.I want to do the former: when the user enables a mode in the application, the cursor changes, exactly in the way you described (the shape changes). The user should be able to use this custom cursor over a PDFView, a UIScrollView, etc. However, I need the cursor

Re: Change NSCursor globally

2017-02-11 Thread Uli Kusterer
On 6 Feb 2017, at 18:57, Colas wrote: > I am developing an application with several windows and views (NSTextView, > etc.). > I would like to change the cursor globally in my application, so that even if > the cursor enters the trackingRect of (for instance) an NSTextView it

Change NSCursor globally

2017-02-06 Thread Colas
Dear Cocoa Devs, I am developing an application with several windows and views (NSTextView, etc.). I would like to change the cursor globally in my application, so that even if the cursor enters the trackingRect of (for instance) an NSTextView it does not change. Is this possible? I need also