<?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 How to use JSL to save the screenshot of the specified area of the data table as a picture? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-save-the-screenshot-of-the-specified-area-of/m-p/503893#M73619</link>
    <description>&lt;P&gt;For example, save the dt[1::10,1::5] screenshot as "C:\bs.png"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&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="2022-06-09_18-17-55.png" style="width: 910px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43114iCD60F8F53527F296/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-06-09_18-17-55.png" alt="2022-06-09_18-17-55.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 17:00:48 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-06-09T17:00:48Z</dc:date>
    <item>
      <title>How to use JSL to save the screenshot of the specified area of the data table as a picture?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-save-the-screenshot-of-the-specified-area-of/m-p/503893#M73619</link>
      <description>&lt;P&gt;For example, save the dt[1::10,1::5] screenshot as "C:\bs.png"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&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="2022-06-09_18-17-55.png" style="width: 910px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43114iCD60F8F53527F296/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-06-09_18-17-55.png" alt="2022-06-09_18-17-55.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:00:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-save-the-screenshot-of-the-specified-area-of/m-p/503893#M73619</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T17:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use JSL to save the screenshot of the specified area of the data table as a picture?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-save-the-screenshot-of-the-specified-area-of/m-p/503916#M73620</link>
      <description>&lt;P&gt;One option to do something a bit like that&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

dt &amp;lt;&amp;lt; Delete Rows(11::40);

nw = new window("",
	dt &amp;lt;&amp;lt; Get As Report
);

pic = nw &amp;lt;&amp;lt; Get Picture;
pic &amp;lt;&amp;lt; Save Image("$TEMP/DELETEME.png", "png");
nw &amp;lt;&amp;lt; Close Window;
Close(dt, no save);
Open("$TEMP/");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jun 2022 10:42:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-JSL-to-save-the-screenshot-of-the-specified-area-of/m-p/503916#M73620</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-06-09T10:42:47Z</dc:date>
    </item>
  </channel>
</rss>

