开发者

NSWindow blocking the application like an Alert Panel

开发者 https://www.devze.com 2023-01-11 03:19 出处:网络
is it po开发者_运维百科ssible to get an NSWindow to block everything in my application just like an Alert panel so that it is the key window until closed?An alert is a simple modal window, you can run

is it po开发者_运维百科ssible to get an NSWindow to block everything in my application just like an Alert panel so that it is the key window until closed?


An alert is a simple modal window, you can run yours with

[NSApp runModalForWindow: myNSWindow];

0

精彩评论

暂无评论...
验证码 换一张
取 消