窗口阻止执行 Cocoa

发布于 2025-01-06 22:52:14 字数 165 浏览 1 评论 0原文

我的问题是,当我提出一个表示 NSTableView 中的值的方法时,我的应用程序的窗口会阻塞。我想使用 NSProgressIndicator(微调器)制作动画,但我的窗口被阻止并且微调器不显示动画。 我想有人能给我任何提示吗?我在线程或类似的东西中思考过,但我不太确定如何解决这个问题。

My problem is that my application's window blocks when I raise a method that represents values in a NSTableView. I want to do an animation with a NSProgressIndicator (spinner), but my window is blocked and spinner doesn't show animation.
I want if anybody can give me any hint? I thought in threads or something like this, but I'm not pretty sure how to solve this issue.

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

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

发布评论

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

评论(1

心房的律动 2025-01-13 22:52:14

你是对的,你需要某种多线程。幸运的是,在 Cocoa 中对线程进行简单的操作是相当容易的。

您应该查看NSOperationNSOperationQueue

您可能会发现这篇博文很有用:使用 nsoperation 为您的应用程序快速充电

You're right, you need some kind of multithreading. Fortunately, it's rather easy to do simple operations on threads in Cocoa.

You should look into NSOperation and NSOperationQueue.

You may find this blogpost useful: turbo charging your apps with nsoperation

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