Jump to content

Open Spotfire file in Max window


Cam Deatherage

Recommended Posts

Hello,

I have a an automated Spotfire report that runs everyday. For some reason this guide doesn't open with the window maximized. This changes the look of my visualzations slightly but enough to change the look. Is there an option to open automatically as the maximized window

 

This is the orginal code:

#LaunchtheSpotfirefile

process=subprocess.Popen(cmd,shell=True)

And this is what I've tried but didn't work:

#LaunchtheSpotfirefile

process=subprocess.Popen([cmd,"start","max"],shell=True)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...