Pelagicore / qmllive

A live coding environment for QML
48 stars 5 forks source link

OSX 10.10: preview window always appears underneath Qt Creator #2

Open marco-piccolino opened 9 years ago

marco-piccolino commented 9 years ago

Many congrats for a brilliant tool! On OSX, if I press save in Qt Creator, the preview window closes and reopens right in the center of the screen where I have the Creator window. I also have an external monitor and when I move Creator to it the same thing happens. Any clues? thanks

jryannel commented 9 years ago

It’s a bug:-) The tool was written when there was no Window in QML. Then we tried to grab the window. Nowadays it would be better if we would just keep the window and just ensure we restore the window geometry after re-load. This needs to be fixed.

I think the whole content area can be removed and just let qtquick paints its windows.

/ jryannel

On 23 Mar 2015, at 17:44, Marco Piccolino notifications@github.com wrote:

Many congrats for a brilliant tool! On OSX, if I press save in Qt Creator, the preview window closes and reopens underneath Creator, right in the center of the screen. I also have an external monitor and when I move Creator to it the same thing happens. Any clues? thanks

— Reply to this email directly or view it on GitHub https://github.com/Pelagicore/qmllive/issues/2.

marco-piccolino commented 9 years ago

thanks for the feedback Juergen. Looking forward to any improvements on this!

marco-piccolino commented 9 years ago

hey @jryannel any chance you'll find the time to fix this? it'd definitely great improve the UI development workflow!