我正在嘗試編寫一個應用程序,該應用程序在單擊按鈕後應該保持運行,因此我想將其最小化。我有theWindow連接到佔位在Xcode mac osx AppleScript應用程序(AppleScriptObjC)中,我最小化主應用程序窗口的命令是什麼?
property theWindow : missing value
我已經嘗試了應用程序的主窗口:
theWindow's performMiniaturize()
theWindow's miniaturize()
但我不斷收到消息:
[NSView performMiniaturize]: unrecognized selector sent to instance 0x608000120280 (error -10000)
。這樣做的竅門,並感謝您的建議,以優化應用程序。 太棒了。 – Belerofonte