<?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 to adjust the height of this window with JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787596#M96939</link>
    <description>&lt;P&gt;Thank jthi!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");
na=dt&amp;lt;&amp;lt;Get Name();
sb = Window(na)[SplitterBox(1)];

sb &amp;lt;&amp;lt; Set Sizes({0.1, 0.9});
Wait(1);
sb &amp;lt;&amp;lt; Set Sizes({1.9, 0.9})&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Aug 2024 07:20:39 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-08-28T07:20:39Z</dc:date>
    <item>
      <title>How to adjust the height of this window with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787564#M96935</link>
      <description>&lt;P&gt;It's not recorded in the log&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-08-28_14-47-43.png" style="width: 628px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67596iC2C02ACBAC76A8FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-08-28_14-47-43.png" alt="2024-08-28_14-47-43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 06:54:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787564#M96935</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-08-28T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the height of this window with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787587#M96938</link>
      <description>&lt;P&gt;Modify the size of the splitter box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");
sb = Window("Big Class")[SplitterBox(1)];

sb &amp;lt;&amp;lt; Set Sizes({0.1, 0.9})
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Aug 2024 07:15:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787587#M96938</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-28T07:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to adjust the height of this window with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787596#M96939</link>
      <description>&lt;P&gt;Thank jthi!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");
na=dt&amp;lt;&amp;lt;Get Name();
sb = Window(na)[SplitterBox(1)];

sb &amp;lt;&amp;lt; Set Sizes({0.1, 0.9});
Wait(1);
sb &amp;lt;&amp;lt; Set Sizes({1.9, 0.9})&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Aug 2024 07:20:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-adjust-the-height-of-this-window-with-JSL/m-p/787596#M96939</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-08-28T07:20:39Z</dc:date>
    </item>
  </channel>
</rss>

