Maximizing a Panel in 4.0

Next
 From:  Berube
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 Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
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 Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Berube
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 Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All