Why does the maximized UI not work on Windows ?

   1324   1   0
User Avatar
Member
13 posts
Joined: 7月 2013
オフライン
Hi, I have this code working on Linux but not on Windows. Could anyone tell me why ?
Probably the issue is from Windows side: UI not refreshes when operation needs update (zoom etc.), but updates when I click outside the Houdini window (Desktop).


window = hou.ui.mainQtWindow()
hou.ui.setHideAllMinimizedStowbars(not window.isFullScreen())
if window.isFullScreen():
window.showMaximized()
else:
window.showFullScreen()
Edited by Gemini4147 - 2023年5月25日 11:56:21
User Avatar
Member
5125 posts
Joined: 2月 2012
オフライン
Hi,

It works for me on Windows 11. You can see it here:



I must say on some systems I had issues with Qt fullscreen. From what I know these stem from display drivers such as Intel drivers on some laptops.
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]
  • Quick Links