cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
baiyun
This widget could not be displayed.
" alt = "Level I"/> baiyun
Level I

How to close "Recent Opened File Window" while lunching JMP GUI(window)?

Is there anyone who knows how to close "Recent Opened File Window" while lunching JMP GUI via JSL? My purpose is to maximize my JMP GUI and let it fully occupy the screen. Looking forward to anyone's response. Thanks  

 

baiyun_1-1614577791215.png

 

 

3 REPLIES 3
txnelson
Super User

Re: How to close "Recent Opened File Window" while lunching JMP GUI(window)?

This should close the window you displayed

window("Detected Binning Signals") << close window;
Jim
baiyun
This widget could not be displayed.
" alt = "Level I"/> baiyun
Level I

Re: How to close "Recent Opened File Window" while lunching JMP GUI(window)?

Hi txnelson,

Appreciate your solution. Unluckily that is not I am looking for. 

Actually, I don't want to close my window "Detected Binning Signals", but I want to hide the "Tree for Recent Opened Files" which is at the left of the OutlineBox "Signal List". 

baiyun
This widget could not be displayed.
" alt = "Level I"/> baiyun
Level I

Re: How to close "Recent Opened File Window" while lunching JMP GUI(window)?

Hi Txnelson,

 

To make my statement more clear, I would like to show you what I wish the window to be like is as below. (Making the "Recent Open Files Tree" hidden or disappear is what I am looking for)

baiyun_1-1614675893294.png

 

Recommended Articles