having trouble setting the current cursor
having trouble setting the current cursor
- Subject: having trouble setting the current cursor
- From: Chase <email@hidden>
- Date: Sat, 16 Jul 2005 08:17:02 -0500
why isn't this working?
- (void)applicationDidFinishLaunching:(NSNotification *)notif {
NSLog(@"xxx");
[[NSCursor disappearingItemCursor] set];
}
it definitely makes it into this method, because it prints "xxx" to
the screen.
but the cursor doesn't change from the plain arrow.
what gives?
- chase
ps: the project is built on and running on 10.4 and it's a fresh
cocoa project with nothing but a single window and this code snippet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden