Re: Cursor Appears and Then Disappears
Re: Cursor Appears and Then Disappears
- Subject: Re: Cursor Appears and Then Disappears
- From: Henry McGilton <email@hidden>
- Date: Sat, 9 Nov 2002 19:06:10 -0800
On Friday, November 8, 2002, at 03:36 PM, Scott Anguish wrote:
One of the front windows must have a tracking rect set that is setting
the cursor back...
this is the best way to set the cursor for a region of a screen..
Well, it has me baffled still. I went further on to discardCursorRects
on the window
and to invalidateCursorRectsForView on the views in the window, and
it's still stuck
on the arrow cursor like a lump of chewing gum on the sole of my shoe .
. .
My window/view structure is simple: a window, a content view that I
call the backdrop,
which in turn has a subview where all the work gets done. At the time
I bring the
window front I invalidateCursorRectsForView on both the backdrop and
the worker view.
Do I actually *have* to implement resetCursorRects ?
And can I define a cursor rect that takes in the entire screen? I want
to use
a crosshair cursor everywhere *outside* my window . . . I suppose I
will have
to find out the traditional way --- by trial and error and error and
error . . .
Cheers,
........ Henry
===============================+============================
Henry McGilton | Trilithon Software
Boulevardier, Java Composer | Seroia Research
-------------------------------+----------------------------
mailto:email@hidden |
http://www.trilithon.com
===============================+============================
_______________________________________________
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.