Re: Suggestions for StageStyle.UNIFIED on macOS

2023-08-11 Thread Martin Fox
Sebastian, I submitted a draft implementation of the COMBINED StageStyle in PR #1192. On Mac and Windows it allows JavaFX controls to overlap the platform window decorations in the title bar. On the Mac you can get most of the way there by setting two flags, one to extend the JavaFX scene into

Re: Suggestions for StageStyle.UNIFIED on macOS

2023-07-17 Thread Martin Fox
Ignore my earlier comments on UNIFIED since I didn’t understand it. All UNIFIED did was alter the way the window background was drawn to support the “sheet of glass” effect introduced in Windows Vista and the equivalent brushed metal effect on Mac (which I think dates back to Panther). As far as

Re: Suggestions for StageStyle.UNIFIED on macOS

2023-07-17 Thread Sebastian Stenzel
Other than announced, there wasn't any intend to deprecated `StageStyle.UNIFIED` yet. So I was wondering what is the status here? My suggestion to actually make it work (at least on one platform [1]) didn't seem to whip up much enthusiasm either. I'm still open to invest time into this feature,