full screen mode in OSX Lion

   9083   17   4
User Avatar
Member
288 posts
Joined: July 2005
Offline
Hope sidefx could add full screen mode in OSX Lion soon.

^_^
User Avatar
Member
7714 posts
Joined: July 2005
Offline
http://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=15702 [sidefx.com]
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline

Maybe it's a pain to implement but I would love to get that bit of extra screen real estate too
Looking at the dev center it doesnt look too crazy…
https://developer.apple.com/library/mac/documentation/General/Conceptual/MOSXAppProgrammingGuide/FullScreenApp/FullScreenApp.html [developer.apple.com]


I put in an RFE -> #26734
User Avatar
Member
4189 posts
Joined: June 2012
Offline
In OsX 10.11 you can hide the menu bar in the General System Prefs. Almost full screen.

http://www.cnet.com/how-to/how-to-hide-the-menu-bar-in-os-x-el-capitan/ [cnet.com]
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
Hey thanks Marty!
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
Any chance of full screen in H16? Please Please Please!
User Avatar
Member
4189 posts
Joined: June 2012
Offline
Yay, full screen is now working on one of two monitors in Sierra… five years on form the OP
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
What!? What build are you on? Still doesn't work for me
User Avatar
Member
4189 posts
Joined: June 2012
Offline
Build 15.5.628. It only happens when you have two monitors, you need to have the ‘full screen’ icon in the window stoplights. See attached.

Attachments:
HoudiniFullScreen.png (259.4 KB)

User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
Hmm thats suprr weird, mine doesn't show, even on the other monitor.
I'm on 15.5.641
User Avatar
Member
4189 posts
Joined: June 2012
Offline
No idea then. Are you on Sierra 10.12.1? The monitors are attached to a GTX 980 card.
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
Wow that's super weird! It is something that has changed since 10.12.1. Mines kinda broken and unusable but I guess it's a step in the right direction
User Avatar
Member
4189 posts
Joined: June 2012
Offline
The OS version can have a surprising effect sometimes. i.e. the performance monitor always crashed but started to magically work in OsX 10.11+.

Apple's OS has some serious bugs in it.
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
Yeah I think I'm gonna have to roll back, my Wacom is doing some really weird stuff. I might let them get that sorted out
User Avatar
Member
2 posts
Joined: June 2015
Offline
Has there been any progress towards a Houdini full screen feature for Mac OSX with a single monitor? It really doesn't seem that hard to implement. Maybe this works already and I'm missing it.
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
Yeah this would be really nice, I found some details on it and it doesn't seem too tricky -
https://developer.apple.com/library/archive/documentation/General/Conceptual/MOSXAppProgrammingGuide/FullScreenApp/FullScreenApp.html [developer.apple.com]
Also I'm pretty sure QT supports it too.https://doc.qt.io/qt-5/qwindow.html#showFullScreen [doc.qt.io]
Edited by peteski - Nov. 16, 2020 16:28:09
User Avatar
Member
4512 posts
Joined: Feb. 2012
Online
Did you try this Python code?

window = hou.ui.mainQtWindow()
hou.ui.setHideAllMinimizedStowbars(not window.isFullScreen())
if window.isFullScreen():
    window.showMaximized()
else:
    window.showFullScreen()
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

youtube.com/@pragmaticvfx | patreon.com/animatrix | animatrix2k7.gumroad.com
User Avatar
Member
517 posts
Joined: Dec. 2013
Offline
animatrix_
Did you try this Python code?
Hey, that's awesome! Thankyou! I'll give it a try
  • Quick Links