It’s great that macOS apps get a Window menu automatically. Is that functionality going to come to Windows and Linux applications too? I’ve written a lot of applications over the years that needed that functionality on all desktop targets.
I think in this case, the Windows menu addition is just hooking into an existing macOS feature.
Also, the display of all those sizing and placement menu options are dependent on which macOS version the app is running on.
This was always previously available for macOS Desktop apps using Declares, now we can just remove the Declares statement.
I haven’t used Windows OS in ages, so I don’t remember if they have a similar set of OS features. If not, then the same functionality would have to be built from scratch, I guess.
Yes, agreed! As it stands right now I’m continuing to use my existing window management code for Windows but have a #If MacOS statement to make the menu items not visible under macOS.
@Bob_Keeney3 Do you want to file a feature request or shall I?
You can submit the Issue report.
I was just asking the question since it seemed pertinent. Be nice if someone from Xojo chimed in though.