cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Andyon98
Level II

How can I close all opened New Windows that are currently open?

I am looking to close all of the opened New Windows open, how can this be achieved?

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How can I close all opened New Windows that are currently open?

Use Get Window List() in combination with << Close Window (and looping)

jthi_0-1659095429624.png

 

-Jarmo

View solution in original post

3 REPLIES 3
jthi
Super User

Re: How can I close all opened New Windows that are currently open?

Use Get Window List() in combination with << Close Window (and looping)

jthi_0-1659095429624.png

 

-Jarmo
Georg
Level VII

Re: How can I close all opened New Windows that are currently open?

For scripting @jthi s answer applies, and interactively you can go to the home window, select all windows in the window list (Crtl-A), and in context menu (right mouse click) you can close them all.

Georg
hogi
Level XIII

Re: How can I close all opened New Windows that are currently open?

another way is window/Close All 

HolgerSp_0-1659636392618.png

 

also nice:
If you open the window menu from a data table, you have the option to Close All Data Tables,

from a report you can Close all Reports,

and so forth.

 

very convenient :)

Recommended Articles