Dynamic cursor rectangles?
Dynamic cursor rectangles?
- Subject: Dynamic cursor rectangles?
- From: Allan Odgaard <email@hidden>
- Date: Wed, 3 Mar 2004 00:21:42 +0100
I have a view which have many different cursor rectangles, and this
view is inside a scroll view.
The problem is that the rectangles should be confined to the visible
part of the view (as the documentation hints), as rectangles are
"global", and thus, even when a rectangle is outside the visible
bounds, it will still change the cursor.
What is the solution to this problem? e.g. Safari would face the same
problem, e.g. when scrolling so that a link is "behind" the horizontal
scroll bar, then one would get the link cursor, if they had not solved
the problem.
Perhaps they invalidate and re-add all (visible) cursor rectangles each
time the view is scrolled?
_______________________________________________
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.