<?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: How do I prevent JMP Alerts from popping up? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-prevent-JMP-Alerts-from-popping-up/m-p/222398#M44373</link>
    <description>&lt;P&gt;Don't send batch interactive to the combobox, you just put the environment into batch interactive when you run your script.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
new window("Example", 
	combobox({"Thing 1", "Thing 2", "Thing 3"}, 
		&amp;lt;&amp;lt;Set Function(
			Function({self, value},
				print(value);
				if( value == 2, 
					throw("This should throw a popup")
				, //elif 
					value == 3, 
					batch Interactive(1);
					throw("This should throw to log");
					batch Interactive(0);
				)
			)
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 14:30:19 GMT</pubDate>
    <dc:creator>vince_faller</dc:creator>
    <dc:date>2019-08-20T14:30:19Z</dc:date>
    <item>
      <title>How do I prevent JMP Alerts from popping up?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-prevent-JMP-Alerts-from-popping-up/m-p/222333#M44357</link>
      <description>&lt;P&gt;When I use a combo button on the dashboard I get a JMP Alert. Nevermind what the alert says because it runs smoothly besides the popup. Is there a way to prevent or close that Alert within the script?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Combo11 &amp;lt;&amp;lt; Batch Interactive ( 1 );

throw();

stop();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:53:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-prevent-JMP-Alerts-from-popping-up/m-p/222333#M44357</guid>
      <dc:creator>Kelly</dc:creator>
      <dc:date>2019-08-20T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I prevent JMP Alerts from popping up?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-prevent-JMP-Alerts-from-popping-up/m-p/222398#M44373</link>
      <description>&lt;P&gt;Don't send batch interactive to the combobox, you just put the environment into batch interactive when you run your script.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names default to here(1);
new window("Example", 
	combobox({"Thing 1", "Thing 2", "Thing 3"}, 
		&amp;lt;&amp;lt;Set Function(
			Function({self, value},
				print(value);
				if( value == 2, 
					throw("This should throw a popup")
				, //elif 
					value == 3, 
					batch Interactive(1);
					throw("This should throw to log");
					batch Interactive(0);
				)
			)
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:30:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-prevent-JMP-Alerts-from-popping-up/m-p/222398#M44373</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2019-08-20T14:30:19Z</dc:date>
    </item>
  </channel>
</rss>

