setting the cursor from an NSBackgroundOnly app
setting the cursor from an NSBackgroundOnly app
- Subject: setting the cursor from an NSBackgroundOnly app
- From: Chase <email@hidden>
- Date: Sat, 16 Jul 2005 09:43:25 -0500
my app is technically a background only app, but it does have a
window that can be opened from its status item in the menu bar.
the window has a few checkboxes, buttons, and uneditable textfields
in it. nothing else. nothing that can be typed into.
the pointer should be the standard arrow pointer when hovering over
this window, and usually it is.
but... if the window happens to be ontop of another app with, for
example, a scrollview that scrollss all of a sudden, that scrolling
action causes the cursor to switch to an ibeam, even though the
pointer is directly over my window.
how can i make sure that the pointer always stays an arrow pointer
when it's over my window, no matter what's going on in window behind it.
it seems that setting the cursor works fine when i remove the
LSBackgroundOnly = 1 line from the info.plist.
when i put it back in, setting the cursor no longer works.
what can i do?
thanks.
- chase
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden