The window resizing and placement feature is not working.

The new window resizing and placement feature of macOS Sequoia is not working in my application, and I don't know why. What's worse, I haven't consulted any relevant documents.

Answered by Sfirst in 802227022

I found that there is no access to this feature in titleBar(In the maximized hover panel, there is only a full-screen option) and menuBar(In the view submenu, there is no corresponding feature menu item, which appears to differ from the automatic addition rules for the dictation function and emoji symbols in the edit submenu.).

I have found the cause of the problem. If the movable flag in NSWindow is set to NO, it will cause this feature to be unusable.

Okay, thanks for that. What are you expecting us to do with this? Are you a developer and you're finding that something isn't working? If so, is there some code?

Accepted Answer

I found that there is no access to this feature in titleBar(In the maximized hover panel, there is only a full-screen option) and menuBar(In the view submenu, there is no corresponding feature menu item, which appears to differ from the automatic addition rules for the dictation function and emoji symbols in the edit submenu.).

I have found the cause of the problem. If the movable flag in NSWindow is set to NO, it will cause this feature to be unusable.

The window resizing and placement feature is not working.
 
 
Q