Re: Invalid stage iconified coordinates on Windows

2025-09-04 Thread Martin Fox
Christopher, This is a bug. If you hide a stage while iconified the position and size properties are updated to incorrect values. I’ll enter a bug report. The fix looks straightforward. We shouldn’t send move and size notifications when an HWND is iconified since its rectangle contains useless

Invalid stage iconified coordinates on Windows

2025-09-03 Thread Christopher Schnick
Hello, I encountered an issue on Windows where the xProperty() and yProperty() of stages will be set to the special value -32000 when an iconified stage is closed. Simply calling .setIconified(true) on a stage and closing the window in the taskbar sends updates to any listeners with this valu