<?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 Run .jsl without opening any window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48253#M27480</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to run .jsl without opening any windows or data tables in JMP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run everything in background if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 17:49:21 GMT</pubDate>
    <dc:creator>vishwasanj</dc:creator>
    <dc:date>2017-12-06T17:49:21Z</dc:date>
    <item>
      <title>Run .jsl without opening any window</title>
      <link>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48253#M27480</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to run .jsl without opening any windows or data tables in JMP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run everything in background if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 17:49:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48253#M27480</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-12-06T17:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Run .jsl without opening any window</title>
      <link>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48254#M27481</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7511"&gt;@vishwasanj&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;You can keep the data tables "invisible" or "private" where they dont pop up .&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Would that suffice ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 17:57:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48254#M27481</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2017-12-06T17:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run .jsl without opening any window</title>
      <link>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48257#M27483</link>
      <description>Thank you Uday. That's a good idea. Is there a good documentation/post to understand where all I could use invisible or private? I don't want to miss anywhere in my script. Thank you.</description>
      <pubDate>Wed, 06 Dec 2017 18:28:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48257#M27483</guid>
      <dc:creator>vishwasanj</dc:creator>
      <dc:date>2017-12-06T18:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run .jsl without opening any window</title>
      <link>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48258#M27484</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7511"&gt;@vishwasanj&lt;/a&gt;&amp;nbsp;:&amp;nbsp;&lt;BR /&gt;&amp;nbsp; So , two ways to set data tables/ windows to show / disappear are :&amp;nbsp;&lt;BR /&gt;1. When you create them&amp;nbsp;&lt;BR /&gt;2. When you have a handle / reference to the object .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For case (1)&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt1 = Open( "$SAMPLE_DATA/Big Class.jmp","Invisible" );
dt2 = Open("$SAMPLE_DATA/Air Traffic.jmp","Private") ;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For Case(2)&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt1 = Open( "$SAMPLE_DATA/Big Class.jmp"); 
dt1 &amp;lt;&amp;lt; Show Window(0); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Setting a window to private makes it hidden even in the list of windows of JMP - so this is more closer to your initial need. "Private" can also speed up your script .&amp;nbsp; Hope this addresses you need .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can apply the Show Window to a window as well.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 18:56:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Run-jsl-without-opening-any-window/m-p/48258#M27484</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2017-12-06T18:56:55Z</dc:date>
    </item>
  </channel>
</rss>

