Hi,
I am having trouble changing the cursor and having it stick.
Code:
targetYes = [[NSCursor alloc] initWithImage: [[NSImage alloc]initWithContentsOfFile: @"./images/Interface/curtaryes.png"] hotSpot: NSMakePoint(1,1) ];
when i call:
it changes the cursor for moment and then returns to the arrow cursor.
Is there something i have missed?
type r 503