Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我创建了一个菜单栏应用程序(代理应用程序),我需要找到一些方法来通过菜单栏图标获取文本输入。我听说使用文本字段制作弹出模式是不受欢迎的,并且将文本字段放入 anNSMenuItem对功能不利。当我尝试时,它甚至不起作用。
NSMenuItem
您可以NSPopOver在 Lion 中使用新的 API。它将创建一个锚定到特定位置的非模态窗口,这似乎正是您正在寻找的。
NSPopOver