Skip to main content
Participant
October 29, 2018
Question

Get current screen mode

  • October 29, 2018
  • 1 reply
  • 435 views

Hi all,

How could I get the current screen mode in CC 2018?

Example, standard, full screen with menubar or full screen mode.

This topic has been closed for replies.

1 reply

Kukurykus
Legend
October 29, 2018

(function(v){runMenuItem(stringIDToTypeID('screenMode' + ({0: 'Standard', 1: (FS = 'FullScreen' ) + 'WithMenubar', 2: FS})))})(0/*1*//*2*/)

If you do not want to change Screen Mode, but get its state, that is possible as well in CC2018, but not in CS6 EXTENDED.

Participant
October 30, 2018

Hi Kukurykus,

Thanks for your help.

This way can only change screen mode, but not get current screen?

Kukurykus
Legend
October 30, 2018

That's right. If I had time I did that what you want but fortunately soon someone else should do that too