0

I tried this solution I found here:

How to resize a Keynote slideshow?

It works with Keynote but not with Powerpoint.

I tried to substitute "window 1" with active window but no luck.

Any suggestion?

Ponzio Pilato
  • 315
  • 1
  • 5
  • 18
  • I do to have PowerPoint so the only thing I can offer is to say that not all app windows have a `bounds` _property_, some use `position` and `size` to set its _properties_. Either look in the PowerPoint AppleScript Dictionary to see if this applies or see what _properties_ the `window` has with `tell application PowerPoint to get properties of window 1` and go from there. You might also have to use `System Events` to manipulate the windows `position` and `size`. – user3439894 Sep 10 '17 at 12:13
  • I can add that this: tell application "Microsoft PowerPoint" to set the bounds of active window to {100, 100, 1200, 750} works, but not after the slideshow is running. Now I'll try your suggestion – Ponzio Pilato Sep 10 '17 at 13:31

0 Answers0