<?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: Resizing Data Box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772910#M95352</link>
    <description>&lt;P&gt;The window size can be changed by passing the Set Window Size message to the New Window&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
nw = New Window( "A",
	H List Box(
		V List Box(
			dt &amp;lt;&amp;lt; New Data Box(),
			obj = dt &amp;lt;&amp;lt;
			Bivariate( Y( :Weight ), X( :Height ) )
		),
		Spacer Box( &amp;lt;&amp;lt;size( 30, 0 ) )
	)
);

nw &amp;lt;&amp;lt; set window size( 600, 800 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1720955368113.png" style="width: 489px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66132i5D0080BAD6BAA923/image-dimensions/489x661?v=v2" width="489" height="661" role="button" title="txnelson_0-1720955368113.png" alt="txnelson_0-1720955368113.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp; Please use the JSL icon at the top of the Preview Window to enter JSL.&amp;nbsp; It provides the user with an easier form of the code to read and understand.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Jul 2024 11:11:21 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-07-14T11:11:21Z</dc:date>
    <item>
      <title>Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772899#M95351</link>
      <description>&lt;P&gt;Is there a way to fix/resize by user the size of the data box?&lt;BR /&gt;Currently the size of the box is set automatically due to the objects in the window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");
New Window("A",
	H List Box(
		V List Box(dt &amp;lt;&amp;lt; New Data Box(), obj = dt &amp;lt;&amp;lt; Bivariate(Y(:Weight), X(:Height))),
		Spacer Box(&amp;lt;&amp;lt;size(30, 0))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Jul 2024 15:34:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772899#M95351</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-07-14T15:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772910#M95352</link>
      <description>&lt;P&gt;The window size can be changed by passing the Set Window Size message to the New Window&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
nw = New Window( "A",
	H List Box(
		V List Box(
			dt &amp;lt;&amp;lt; New Data Box(),
			obj = dt &amp;lt;&amp;lt;
			Bivariate( Y( :Weight ), X( :Height ) )
		),
		Spacer Box( &amp;lt;&amp;lt;size( 30, 0 ) )
	)
);

nw &amp;lt;&amp;lt; set window size( 600, 800 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1720955368113.png" style="width: 489px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66132i5D0080BAD6BAA923/image-dimensions/489x661?v=v2" width="489" height="661" role="button" title="txnelson_0-1720955368113.png" alt="txnelson_0-1720955368113.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp; Please use the JSL icon at the top of the Preview Window to enter JSL.&amp;nbsp; It provides the user with an easier form of the code to read and understand.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 11:11:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772910#M95352</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-07-14T11:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772911#M95353</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;I am aware of this solution.&lt;/P&gt;&lt;P&gt;However, I have a full-screen dashboard with a data box inside, meaning the main window is fixed in size (full-screen). I would like to adjust the size of the data box independently of the parent window.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 11:19:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772911#M95353</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-07-14T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772912#M95354</link>
      <description>&lt;P&gt;I am not aware of a reliable way to do that.&amp;nbsp; Others more experienced in creating Dashboards may have an answer.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 11:51:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772912#M95354</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-07-14T11:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772917#M95358</link>
      <description>&lt;P&gt;You can for example place the data box inside Scroll 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");
nw = New Window("A",
	H List Box(
		V List Box(
			Scroll Box(size(100, 100), dt &amp;lt;&amp;lt; New Data Box()),
			obj = dt &amp;lt;&amp;lt; Bivariate(Y(:Weight), X(:Height))
		),
		Spacer Box(&amp;lt;&amp;lt;size(30, 0))
	)
);

nw &amp;lt;&amp;lt; set window size(600, 800);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1720971381516.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66133i44CB5A43EA110495/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1720971381516.png" alt="jthi_0-1720971381516.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 15:36:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772917#M95358</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-14T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772923#M95361</link>
      <description>&lt;P&gt;makes the data view smaller, but definitely no fun to work with 2 stacked scroll bars ...&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 17:02:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772923#M95361</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-14T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772963#M95367</link>
      <description>&lt;P&gt;Thank&amp;nbsp; you,&lt;/P&gt;&lt;P&gt;Tried this solution as well :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;Resizing scroll box does not resize the data box.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 05:46:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772963#M95367</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-07-15T05:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772964#M95368</link>
      <description>&lt;P&gt;If that scroll box option isn't what you want, then you can try directly resizing the DataBrowserBox (disable auto stretching)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");
nw = New Window("A",
	H List Box(
		V List Box(
			db = dt &amp;lt;&amp;lt; New Data Box(), 
			obj = dt &amp;lt;&amp;lt; Bivariate(Y(:Weight), X(:Height))),
			Spacer Box(&amp;lt;&amp;lt;size(30, 0))
	)
);
wait(2); // demo purposes
db &amp;lt;&amp;lt; Set Auto Stretching({0, 0});
db &amp;lt;&amp;lt; Set Width(300);
db &amp;lt;&amp;lt; Set Height(200);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Jul 2024 05:52:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772964#M95368</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-15T05:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772965#M95369</link>
      <description>&lt;P&gt;the minimum height is given by the side panel, so maybe close it?&lt;/P&gt;&lt;P&gt;- and reduce the size of the header:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;db &amp;lt;&amp;lt; close side panels( 1 ) &amp;lt;&amp;lt; close summary panels( 1 ) &amp;lt;&amp;lt; Set Header Height( 20 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Jul 2024 07:13:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772965#M95369</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-15T07:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772981#M95371</link>
      <description>&lt;P&gt;Thank you. Adding slicers for both Width and Height might offer the functionality the user needs.&lt;/P&gt;&lt;P&gt;Although it is not the best user experience.&lt;BR /&gt;The best is to drag the corner of the data box to resize.&lt;/P&gt;&lt;P&gt;May be there is some container in JSL that could be resized by dragging the corner?&lt;BR /&gt;So the data box will auto stretch due to the container?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 08:06:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772981#M95371</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-07-15T08:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772986#M95372</link>
      <description>&lt;P&gt;Thanks! Was looking for "close side panels". Very helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 08:07:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/772986#M95372</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-07-15T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Data Box</title>
      <link>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/773327#M95431</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2024 13:38:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Resizing-Data-Box/m-p/773327#M95431</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2024-07-16T13:38:49Z</dc:date>
    </item>
  </channel>
</rss>

