
full screen mode in OSX Lion
10206 17 4-
- ykcosmo
- Member
- 288 posts
- Joined: 7月 2005
- オフライン
-
- edward
- Member
- 8054 posts
- Joined: 7月 2005
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン

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
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- オフライン
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]
http://www.cnet.com/how-to/how-to-hide-the-menu-bar-in-os-x-el-capitan/ [cnet.com]
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- anon_user_37409885
- Member
- 4189 posts
- Joined: 6月 2012
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- tactevo
- Member
- 2 posts
- Joined: 6月 2015
- オフライン
-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
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]
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 - 2020年11月16日 16:28:09
-
- animatrix_
- Member
- 5042 posts
- Joined: 2月 2012
- オフライン
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] https://lnk.bio/animatrix [lnk.bio]
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com] https://lnk.bio/animatrix [lnk.bio]

-
- peteski
- Member
- 528 posts
- Joined: 12月 2013
- オフライン
-
- Quick Links