Maximizing a Panel in 4.0
From:
Berube
17 Dec 2019 (1 of 3)
9627.1
Hello everyone.
I hope you're all doing well at work and such.
I use to have this great "Shortcut" in MOI 3.0 which would maximize (Full Screen) a panel in and out.
script: /* Maximize View */ if ( moi.ui.mainWindow.viewpanel.mode != 'split' ) { moi.ui.mainWindow.viewpanel.mode = 'split' } else { var viewport = moi.ui.getViewportUnderMouse(); if ( viewport ) viewport.viewpanel.mode = viewport.name; }
It seems the syntax no longer works in the 4.0 Beta release.
Anyone able to point me down the right direction?
Thanks a lot.
-Berube
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Michael Gibson
17 Dec 2019 (2 of 3)
9627.2
In reply to
9627.1
Hi Berube, that script you post is working fine for me over here in the v4 beta.
What is happening when you use it, any error messages?
- Michael
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Berube
17 Dec 2019 (3 of 3)
9627.3
Ah ok got it. The mistake was mine. Went form PC shortcut to MAC shortcut. Had to switch Cmd for Cntrl.
Thanks!
-Berube
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
Reply to All