<?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: Report with an image in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813612#M99505</link>
    <description>&lt;P&gt;Easy solution:&lt;BR /&gt;after debugging the application, I want to use it as a Dialog - and in Dialogs one can run scripts without triggering the auto-save : )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dummyImage = Open( "$SAMPLE_IMAGES/progress.gif", gif );                                       
nw = New Window( "", 
	&amp;lt;&amp;lt; type("Dialog"), // new -&amp;gt; solves the issue
	V List Box(
		Picture Box( dummy Image ), 
		sb = Script Box( "Caption(\!"hello\!")" ), 
		Button Box( "play", sb &amp;lt;&amp;lt; run() )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 17 Nov 2024 16:55:40 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-11-17T16:55:40Z</dc:date>
    <item>
      <title>Report with an image</title>
      <link>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813521#M99489</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the script below generates a window with an image, a script box and a play button.&lt;/P&gt;&lt;P&gt;When I click on play,&amp;nbsp;I get the warning:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1731785811550.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70300iC00449738896D92D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1731785811550.png" alt="hogi_0-1731785811550.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t want to save any report – I just want to run the script – without a warning message.&lt;/P&gt;&lt;P&gt;I can disable this message on my computer via the preferences, but another user might want to have this choice.&lt;BR /&gt;&lt;BR /&gt;how can I disable the warning message for my report?&lt;/P&gt;&lt;P&gt;When I click on "Reference", in the future, I can run the script in the Scriptbox without the warning - till I close the window and open a new report. Can I somehow set it once to “Reference” for the report, such that the warning doesn’t show up?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dummyImage = Open( "$SAMPLE_IMAGES/progress.gif", gif );                                       
New Window( "", 
	V List Box(
		Picture Box( dummy Image ), 
		sb = Script Box( "Caption(\!"hello\!")" ), 
		Button Box( "play", sb &amp;lt;&amp;lt; run() )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:39:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813521#M99489</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-16T19:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Report with an image</title>
      <link>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813547#M99491</link>
      <description>&lt;P&gt;When I run the script (windows 10 using JMP Pro 18.01) and press Play I do not get the same prompt. The caption box opens normally and I can close scripts/window like I normally would. My preference for Save table with report has been set as Prompt&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1731789348400.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70306iFEAB80851834C121/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1731789348400.png" alt="jthi_0-1731789348400.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:36:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813547#M99491</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-11-16T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Report with an image</title>
      <link>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813551#M99493</link>
      <description>&lt;P&gt;Hm, surprising.&lt;BR /&gt;I see it with Jmp17.2, 18.1 and JMP 19EA4.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:33:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813551#M99493</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-16T21:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Report with an image</title>
      <link>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813560#M99498</link>
      <description>&lt;P&gt;Looking at my script folder ...&lt;BR /&gt;Hey, who generated all those report files ?!?!&lt;BR /&gt;&lt;BR /&gt;ah ...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1731796450586.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70311iD01700977B4F1413/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1731796450586.png" alt="hogi_1-1731796450586.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting, seems that JMP just clicks on&amp;nbsp;&amp;nbsp;&lt;FONT face="courier new,courier"&gt;save&lt;/FONT&gt;&amp;nbsp;- even if the window is a report window !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NB: the &lt;FONT face="courier new,courier"&gt;autosave before run&lt;/FONT&gt; is very (!!) helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how many times it saved the work of the last 30min&amp;nbsp; from a nasty bug in the script!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 22:37:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813560#M99498</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-16T22:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Report with an image</title>
      <link>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813612#M99505</link>
      <description>&lt;P&gt;Easy solution:&lt;BR /&gt;after debugging the application, I want to use it as a Dialog - and in Dialogs one can run scripts without triggering the auto-save : )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dummyImage = Open( "$SAMPLE_IMAGES/progress.gif", gif );                                       
nw = New Window( "", 
	&amp;lt;&amp;lt; type("Dialog"), // new -&amp;gt; solves the issue
	V List Box(
		Picture Box( dummy Image ), 
		sb = Script Box( "Caption(\!"hello\!")" ), 
		Button Box( "play", sb &amp;lt;&amp;lt; run() )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 Nov 2024 16:55:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Report-with-an-image/m-p/813612#M99505</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-11-17T16:55:40Z</dc:date>
    </item>
  </channel>
</rss>

