<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: need to close an open plot window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424513#M67358</link>
    <description>&lt;P&gt;My guess is that you are not using the correct window name.&amp;nbsp; Typically the "- JMP".&lt;/P&gt;
&lt;P&gt;You can use this JSL to loop through the window names to see what their names are.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
i = 1;
While( Window( i ) &amp;lt;&amp;lt; get window title != {},
	Show( Window( i ) &amp;lt;&amp;lt; get window title );
	i++;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 07 Oct 2021 19:48:35 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-10-07T19:48:35Z</dc:date>
    <item>
      <title>need to close an open plot window</title>
      <link>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424484#M67357</link>
      <description>&lt;P&gt;Hi - I am using JMP 12.1 and trying to use script to close an open plot window after it displays for about 5 seconds.&amp;nbsp; I am using the following script but it is not working.&amp;nbsp; (I am new to scripting and unfortunately am not finding the answers I need in the JSL index - probably user error(!) - but so far it has not been very intuitive or simply has not had the information I'm looking for.)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;....fit and plot model, etc.....&lt;/P&gt;&lt;P&gt;wait (5);&lt;/P&gt;&lt;P&gt;Window( "100321 for jmp - fit least squares - JMP" ) &amp;lt;&amp;lt; close window&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:59:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424484#M67357</guid>
      <dc:creator>learning_JSL</dc:creator>
      <dc:date>2023-06-09T19:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: need to close an open plot window</title>
      <link>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424513#M67358</link>
      <description>&lt;P&gt;My guess is that you are not using the correct window name.&amp;nbsp; Typically the "- JMP".&lt;/P&gt;
&lt;P&gt;You can use this JSL to loop through the window names to see what their names are.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
i = 1;
While( Window( i ) &amp;lt;&amp;lt; get window title != {},
	Show( Window( i ) &amp;lt;&amp;lt; get window title );
	i++;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Oct 2021 19:48:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424513#M67358</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-10-07T19:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: need to close an open plot window</title>
      <link>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424735#M67390</link>
      <description>&lt;P&gt;Thanks txnelson for the tip!&amp;nbsp; I'm all set.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 13:13:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/need-to-close-an-open-plot-window/m-p/424735#M67390</guid>
      <dc:creator>learning_JSL</dc:creator>
      <dc:date>2021-10-08T13:13:03Z</dc:date>
    </item>
  </channel>
</rss>

