<?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: JSL To Change Data Table Script Launch Window Size? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846352#M102093</link>
    <description>&lt;P&gt;You can try to adjust them with &amp;lt;&amp;lt; Set Sizes&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

w_dt = Get Window(dt);
sb_dt = w_dt[SplitterBox(1)];

Show(sb_dt &amp;lt; get sizes);
wait(1); // demo purposes
w_dt[SplitterBox(1)] &amp;lt;&amp;lt; Set Sizes({0.6, 0.3, 0.1})
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and you can use &amp;lt;&amp;lt; get sizes to get the initial sizing if needed&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 19:04:00 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-03-05T19:04:00Z</dc:date>
    <item>
      <title>JSL To Change Data Table Script Launch Window Size?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/829149#M101104</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know the JSL to change the size of the script-launcher window that's embedded in data tables? The area shown in the pic below, the log doesn't show anything when I adjust the size and I can't find the code that references what this area is:&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="V1N0V3R1T4S_1-1737754219150.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/72268i83651ADCDA3B6ADB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="V1N0V3R1T4S_1-1737754219150.png" alt="V1N0V3R1T4S_1-1737754219150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 21:31:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/829149#M101104</guid>
      <dc:creator>V1N0V3R1T4S</dc:creator>
      <dc:date>2025-01-24T21:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: JSL To Change Data Table Script Launch Window Size?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/829160#M101105</link>
      <description>&lt;P&gt;Here is one option&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
w_dt = Get Window(dt);
w_dt[SplitterBox(1)] &amp;lt;&amp;lt; Set Width(500);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jan 2025 22:04:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/829160#M101105</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-24T22:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: JSL To Change Data Table Script Launch Window Size?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846349#M102090</link>
      <description>&lt;P&gt;Hi Jarmo,&lt;BR /&gt;&lt;BR /&gt;Is there a script that allows changing the height of that window?&lt;BR /&gt;I have multiple scripts in a table, but the automatic sizing is hiding some of them.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joh13213_0-1741198912994.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73584i3641DD026DF4E96A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joh13213_0-1741198912994.png" alt="joh13213_0-1741198912994.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Manually adjusted height:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joh13213_1-1741198964731.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73585i31EB5F8705345182/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joh13213_1-1741198964731.png" alt="joh13213_1-1741198964731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 18:22:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846349#M102090</guid>
      <dc:creator>joh13213</dc:creator>
      <dc:date>2025-03-05T18:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: JSL To Change Data Table Script Launch Window Size?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846352#M102093</link>
      <description>&lt;P&gt;You can try to adjust them with &amp;lt;&amp;lt; Set Sizes&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");

w_dt = Get Window(dt);
sb_dt = w_dt[SplitterBox(1)];

Show(sb_dt &amp;lt; get sizes);
wait(1); // demo purposes
w_dt[SplitterBox(1)] &amp;lt;&amp;lt; Set Sizes({0.6, 0.3, 0.1})
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and you can use &amp;lt;&amp;lt; get sizes to get the initial sizing if needed&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 19:04:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846352#M102093</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-05T19:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: JSL To Change Data Table Script Launch Window Size?</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846412#M102106</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Adjust this post I also asked, but the answer to adjust this height is still not found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;It's OK now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Pro rata&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 07:33:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-To-Change-Data-Table-Script-Launch-Window-Size/m-p/846412#M102106</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-03-06T07:33:02Z</dc:date>
    </item>
  </channel>
</rss>

