<?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: Ignore or disable modal JMP alerts in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211509#M42369</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Batch Interactive() was documented in the JMP Help as late as JMP 13 (&lt;A href="https://www.jmp.com/support/help/13-2/Utility_Functions.shtml" target="_self"&gt;in the Utility Function section of the JSL syntax reference&lt;/A&gt;). However, it's a bit of an oddity that it's nowhere to be found in the 14 docs. I'll see if I can get to the bottom of that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jun 2019 23:54:39 GMT</pubDate>
    <dc:creator>jules</dc:creator>
    <dc:date>2019-06-02T23:54:39Z</dc:date>
    <item>
      <title>Ignore or disable modal JMP alerts</title>
      <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211453#M42357</link>
      <description>&lt;P&gt;I'm creating a rather large Profiler plot with many fits and standard error formulas. JMP keeps telling me "Profiler will be faster by decreasing Default N Levels".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have aleady reduced the default n levels in JSL that creates the plots to a level that I don't want to go below.&amp;nbsp;Is there a way to ignore this alert window? I accept profiler will be a bit sluggish and I'm ok with it. I don't want this to keep popping up repeatedly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alert.PNG" style="width: 364px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/17503iB3F54AAC7021035B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alert.PNG" alt="alert.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, is it possible to send a "press OK" command using JSL to that window? I could add that after my profiler plot generating code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:25:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211453#M42357</guid>
      <dc:creator>burakbagdatli</dc:creator>
      <dc:date>2023-06-09T23:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore or disable modal JMP alerts</title>
      <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211463#M42358</link>
      <description>You may be able to bypass the displaying of the window, by setting a little known function.&lt;BR /&gt;     batchinteractive(1)&lt;BR /&gt;I would not bet any money on it, but it may work</description>
      <pubDate>Sat, 01 Jun 2019 19:01:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211463#M42358</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-06-01T19:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore or disable modal JMP alerts</title>
      <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211464#M42359</link>
      <description>&lt;P&gt;Worked like a charm!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick note for others who need this solution:&lt;/P&gt;&lt;P&gt;Add a "Batch Interactive( 0 )" somewhere appropriate along the execution afterwards. Otherwise it's not possible to quit JMP. I just surrounded my profiler code with "batch interactive(1)" and "batch interactive(0)".&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 21:17:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211464#M42359</guid>
      <dc:creator>burakbagdatli</dc:creator>
      <dc:date>2019-06-01T21:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore or disable modal JMP alerts</title>
      <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211507#M42367</link>
      <description>&lt;P&gt;I see that Batch Interactive( 0|1 ) is in the list of JMP commands ( Show Commands() ), but where is this documented?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, thank you for the heads up on this.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 23:12:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211507#M42367</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-06-02T23:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore or disable modal JMP alerts</title>
      <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211509#M42369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70"&gt;@gzmorgan0&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Batch Interactive() was documented in the JMP Help as late as JMP 13 (&lt;A href="https://www.jmp.com/support/help/13-2/Utility_Functions.shtml" target="_self"&gt;in the Utility Function section of the JSL syntax reference&lt;/A&gt;). However, it's a bit of an oddity that it's nowhere to be found in the 14 docs. I'll see if I can get to the bottom of that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 23:54:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211509#M42369</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2019-06-02T23:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore or disable modal JMP alerts</title>
      <link>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211511#M42371</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp; I searched JMP 14 JMP SCripting Guide, JSL Syntax books and the Scripting Index.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 02:20:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Ignore-or-disable-modal-JMP-alerts/m-p/211511#M42371</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-06-03T02:20:57Z</dc:date>
    </item>
  </channel>
</rss>

