NSCursor
NSCursor
- Subject: NSCursor
- From: Sarah Dumoulin <email@hidden>
- Date: Mon, 01 Mar 2004 11:35:06 -0500
I'm having a problem changing the cursor in my application. I want to
change between the normal arrow cursor and a cross hair type cursor when
passing over certain areas of my app (the areas are non-rectangular and
change dynamically, so I'm not using cursorRects). I allocate and retain a
custom cursor without difficulty, and my calls to [cursor set]/[cursor push]
are reached. However, calls to [NSCursor currentCursor] show that the
cursor is not being changed.
I've been migrating my app to a multithreaded architecture. The cursor code
itself has not changed, and it used to work. (It's not exactly a
complicated piece of programming ...). Does NSCursor have problems with
threading, or is there something else I'm missing?
Thanks,
Sarah
--
Sarah Dumoulin
Communications Research Centre
Ottawa, ON
Phone: 613-990-5242
Fax: 613-998-9648
_______________________________________________
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.