Maintaining a persistent cursor ?
Maintaining a persistent cursor ?
- Subject: Maintaining a persistent cursor ?
- From: Bob Miller <email@hidden>
- Date: Thu, 24 Apr 2003 12:51:30 -0400
Hello,
This is probably a very basic question but, the answer escapes me. I
have a view that sets a cursor using the cursor rect methods. When it
enters and exits the view it behaves correctly. The thing is the view
also implements mouseDragged and during a drag I want to be able to
maintain a particular cursor and what is happening is that even though
the mouse is still down and dragging if the actual coordinates of the
mouse are not inside the view it is getting set to an arrow and not
maintaining my 'drag' cursor that was set originally at the start of a
drag. if I try setting the cursor inside mouseDragged it flashes
between the two (my custom cursor and an arrow). Anyone know how to
make a cursor remain consistent during a mouse drag until the mouse is
released ?
Thanks for any ideas in advance,
Regards,
Bob M
[demime 0.98b removed an attachment of type image/gif which had a name of spongebob.sm..gif]
_______________________________________________
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.