Skip to main content
Participant
January 13, 2011
Question

Full screen mode + zoom 131%

  • January 13, 2011
  • 1 reply
  • 2710 views

Hi all,

I wonder is there a way in ID5 to achieve full screen mode and custom zoom... like the presentation view mode (shift+w) but with specific zoom value.

I also want this value of zoom to be 131% " try {app.layoutWindows[0].zoomPercentage = 131 } catch (e) {}; "
but have no idea how to achieve full screen.
Any ideas
thx

This topic has been closed for replies.

1 reply

tomaxxi
Inspiring
January 13, 2011

Hey!

This will do the job:

app.activeWindow.screenMode = ScreenModeOptions.PRESENTATION_PREVIEW;
app.activeWindow.zoomPercentage = 133;

Hope that helps.

--

tomaxxi

http://indisnip.wordpress.com/

http://inditip.wordpress.com/