当 NSMenu 处于活动状态(可见)时,如何更新它?
我有一个 NSMenu 实例,与 Cocoa 应用程序的所有通信都将通过该实例进行。如果菜单打开,后台不会运行,那么如何在菜单仍处于活动状态时强制更新?
I have an NSMenu
instance, through which all communication with the Cocoa app will take place. If the menu is open, the background doesn't run, so how can I force an update while the menu is still active?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 强制更新 Main 的 NSMenu(嵌套子菜单) Cocoa App 的菜单并在后台运行该方法。 (不要忘记创建一个 NSAutoreleasePool。)
See Force NSMenu (nested submenu) update for Main Menu of Cocoa App and run that method in the background. (Don't forget to create an
NSAutoreleasePool
.)