문제

I know how to set a NSCursor when the mouse enters the NSImageView, but I can't find a way to set this particular cursor:
enter image description here

How can I set this one?

도움이 되었습니까?

해결책

The spinning wait cursor is a Mac OS X system cursor that indicates an application is not responding to system events. This is NOT a good thing. Experienced users that see this cursor will think that your application has hung and will force quit it.

How can I set this one?

Don't respond to system events and the system will display it for you… [\humor]

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top