如何在可可中的应用程序停靠图标上绘制Mac旋转等待光标

发布于 2024-10-17 08:59:24 字数 83 浏览 0 评论 0原文

我想为我的可可应用程序绘制带有旋转等待光标的动画停靠图标。 请告诉我如何绘制旋转的等待光标或者我在 mac 上在哪里找到光标文件。

谢谢

I want to draw animated dock icon with spinning wait cursor for my cocoa app.
Please let me know how i can draw the spinning wait cursor or where did i find the cursor file on mac.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月流歌 2024-10-24 08:59:24

不要将光标放在光标上以外的任何地方。如果让用户认为他们的鼠标已锁定,那就太糟糕了。

创建一个显示应用程序图标的视图,将 NSProgressIndicator 创建为它的子视图,并使图标视图成为应用程序 Dock 磁贴的视图。

Don't put cursors anywhere but on the cursor. It would be really bad to make the user think their mouse has locked up.

Make a view that displays your application's icon, make an NSProgressIndicator a subview of it, and make the icon view the view of your application's Dock tile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文