gangtriada.blogg.se

Open save state bsnes mac
Open save state bsnes mac









If I resize the window everything gets back to normal. It opens up on the right monitor but it gets way over scaled and the UI elements are just weirdly floating. My application (on Windows) gets into a really weird state if I close my application on one of the monitors and then I change the other monitors scaling factor and then I reopen my application.

Open save state bsnes mac code#

My code takes into consideration if the previously saved position is still valid (for example if the application was closed while it was on a monitor, which is no longer available).the only reason why I have to do this because Windows would just open my app's window in "outer space" (Mac handles this automatically).

open save state bsnes mac

I save the state of my ApplicationWindow in Settings. Since I am writing my application mainly in QML I use ApplicationWindow for my main window.On the other hand on Windows I always find some kind of bug or sketchy behavior.īefore I go into more details the root of my problems is supporting multiple monitor environments with monitors, which have different resolutions.

open save state bsnes mac open save state bsnes mac

On the Mac side I can try basically any of my solutions all of them work perfectly (I guess that is a thanks to the MacOS). I am developing a cross platform application for Windows and Mac. I read the Qt Documentations, I checked out a couple examples provided with the SDK, I build Qt Creator from source to see how the Qt devs do it.still no luck.









Open save state bsnes mac