<?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: Issue with 'Save Script for All Objects': Missing Button Icons in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Issue-with-Save-Script-for-All-Objects-Missing-Button-Icons/m-p/880892#M104468</link>
    <description>&lt;P&gt;You could save the report scripts to specific folder to access them later and then have a script which can be used to load them as needed. You could also try to use JMP Projects but they can be annoying to manage.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 07:54:16 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-06-23T07:54:16Z</dc:date>
    <item>
      <title>Issue with 'Save Script for All Objects': Missing Button Icons</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-with-Save-Script-for-All-Objects-Missing-Button-Icons/m-p/880850#M104463</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need to record the settings of the graph and the graph itself for future operations, so I tried using 'Save Script for All Objects'. As shown in the following JSL, after clicking on Plot, I pressed 'Save Report' to save it. However, in the output results, although the content of the graph is still there, the content related to the buttons does not appear, making it impossible for me to achieve temporary storage and subsequent further settings for the graph output. &lt;BR /&gt;Could you suggest any methods to resolve the issue where icons such as buttons are not saved along with 'Save Script for All Objects'?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
nw2 = New Window( "New window",
	outL1 = Outline Box( "Test", 
		
		outputGButton = Button Box( "Plot", 
			
			vv &amp;lt;&amp;lt; append( Bivariate( y( :weight ), x( :height ) ) )
		),
		vv = V List Box(),
		saveReportButton = Button Box( "Save Report",
			nw2 &amp;lt;&amp;lt; app &amp;lt;&amp;lt; Save Script for All Objects;
			Current Journal() &amp;lt;&amp;lt; append( ob = Outline Box( "All Files" ) );
			ob &amp;lt;&amp;lt; Add All Open Files;
		), 

	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jun 2025 05:41:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-with-Save-Script-for-All-Objects-Missing-Button-Icons/m-p/880850#M104463</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-06-23T05:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with 'Save Script for All Objects': Missing Button Icons</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-with-Save-Script-for-All-Objects-Missing-Button-Icons/m-p/880892#M104468</link>
      <description>&lt;P&gt;You could save the report scripts to specific folder to access them later and then have a script which can be used to load them as needed. You could also try to use JMP Projects but they can be annoying to manage.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 07:54:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-with-Save-Script-for-All-Objects-Missing-Button-Icons/m-p/880892#M104468</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-23T07:54:16Z</dc:date>
    </item>
  </channel>
</rss>

