Can't make NEWT window invisible after update to 2.3.2

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't make NEWT window invisible after update to 2.3.2

clarejor
On Windows 7, with JOGL 2.3.1, GLWindow.setVisible(false) would make the window invisible, with no icon in the task bar. After updating to JOGL 2.3.2, the same method results in the window instead being minimized to the taskbar. Is there no way to make the window truly invisible without destroying it anymore?
adi
Reply | Threaded
Open this post in threaded view
|

Re: Can't make NEWT window invisible after update to 2.3.2

adi
If you have set the focus on the window, it works correct with version 2.3.2,
i have tested it.
Reply | Threaded
Open this post in threaded view
|

Re: Can't make NEWT window invisible after update to 2.3.2

clarejor
What OS are you running? I've tried it in Windows 7 and Windows 10 and they both minimize the window when I call setVisible(false), regardless of if the window has focus or not.