Changing a cursor with ought moving the mouse.
Changing a cursor with ought moving the mouse.
- Subject: Changing a cursor with ought moving the mouse.
- From: Cristi Savu <email@hidden>
- Date: Mon, 11 Nov 2002 12:35:37 +0200
Hi there,
I'm trying to change the cursor over a view after a notification
was received. For this, I'm calling
[[self window] invalidateCursorRectsForView:self] which should call
resetCursorRects: which should change my cursor as I want to.
But here comes the problem : Despite the fact the resetCursorRects:
is called, the cursor will change only after I move the mouse. Until
that, nothing happens.
Can anybody tell me what am I doing wrong ?
Thanks in advance,
Cristian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.