<?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 Regarding the issue of item sizes interfering with each other across different tabs. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880041#M104361</link>
    <description>&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;As shown in the JSL, the graph size is limited by the third tab and cannot be reduced further. This may be because the page of the third tab cannot be minimized any further. However, if I want to continue to shrink the graph size while keeping blank space in other areas of the page, how can I resolve this interference between different tabs?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV data-container=""&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( "Test Window",
	tb = Tab Box(
		tabPage0 = Tab Page Box(
			Title( "Test Tab 0" ),
			ObTab1 = Outline Box( "Tab 0", 
				Ob0 = Outline Box( "Test Graph 1",
					GB0 = Graph Builder(
						Size( 534, 80 ),
						Show Control Panel( 0 ),
						Variables( X( :age ), Y( :height ), Y( :weight ), Overlay( :age ) ),
						Elements(
							Position( 1, 1 ),
							Points( X, Y, Legend( 4 ) ),
							Smoother( X, Y, Legend( 6 ) )
						),
						Elements(
							Position( 1, 2 ),
							Points( X, Y, Legend( 5 ) ),
							Smoother( X, Y, Legend( 7 ) )
						)
					)
				);
			), 
		),
		tabPage1 = Tab Page Box(
			Title( "Test Tab 1" ),
			ObTab1 = Outline Box( "Tab 1", 
				Ob1 = Outline Box( "Test Graph 1",
					GB1 = Graph Builder(
						Size( 534, 450 ),
						Show Control Panel( 0 ),
						Variables( X( :age ), Y( :height ), Y( :weight ) ),
						Elements( Position( 1, 1 ), Points( X, Y, Legend( 4 ) ) ),
						Elements( Position( 1, 2 ), Points( X, Y, Legend( 5 ) ) )
					)
				);
			), 
		), 
		tabPage2 = Tab Page Box(
			Title( "Test Tab 2" ),
			ObTab2 = Outline Box( "Tab 2",
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),  
			), 
		), 
	)
);

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 16 Jun 2025 09:48:09 GMT</pubDate>
    <dc:creator>BabyDoragon</dc:creator>
    <dc:date>2025-06-16T09:48:09Z</dc:date>
    <item>
      <title>Regarding the issue of item sizes interfering with each other across different tabs.</title>
      <link>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880041#M104361</link>
      <description>&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;As shown in the JSL, the graph size is limited by the third tab and cannot be reduced further. This may be because the page of the third tab cannot be minimized any further. However, if I want to continue to shrink the graph size while keeping blank space in other areas of the page, how can I resolve this interference between different tabs?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV data-container=""&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( "Test Window",
	tb = Tab Box(
		tabPage0 = Tab Page Box(
			Title( "Test Tab 0" ),
			ObTab1 = Outline Box( "Tab 0", 
				Ob0 = Outline Box( "Test Graph 1",
					GB0 = Graph Builder(
						Size( 534, 80 ),
						Show Control Panel( 0 ),
						Variables( X( :age ), Y( :height ), Y( :weight ), Overlay( :age ) ),
						Elements(
							Position( 1, 1 ),
							Points( X, Y, Legend( 4 ) ),
							Smoother( X, Y, Legend( 6 ) )
						),
						Elements(
							Position( 1, 2 ),
							Points( X, Y, Legend( 5 ) ),
							Smoother( X, Y, Legend( 7 ) )
						)
					)
				);
			), 
		),
		tabPage1 = Tab Page Box(
			Title( "Test Tab 1" ),
			ObTab1 = Outline Box( "Tab 1", 
				Ob1 = Outline Box( "Test Graph 1",
					GB1 = Graph Builder(
						Size( 534, 450 ),
						Show Control Panel( 0 ),
						Variables( X( :age ), Y( :height ), Y( :weight ) ),
						Elements( Position( 1, 1 ), Points( X, Y, Legend( 4 ) ) ),
						Elements( Position( 1, 2 ), Points( X, Y, Legend( 5 ) ) )
					)
				);
			), 
		), 
		tabPage2 = Tab Page Box(
			Title( "Test Tab 2" ),
			ObTab2 = Outline Box( "Tab 2",
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),  
			), 
		), 
	)
);

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jun 2025 09:48:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880041#M104361</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-06-16T09:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the issue of item sizes interfering with each other across different tabs.</title>
      <link>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880057#M104365</link>
      <description>&lt;P&gt;You just have to turn "Fit to Window" off.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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( "Test Window",
	tb = Tab Box(
		tabPage0 = Tab Page Box(
			Title( "Test Tab 0" ),
			ObTab1 = Outline Box( "Tab 0", 
				Ob0 = Outline Box( "Test Graph 1",
					GB0 = Graph Builder(
						Size( 534, 80 ),
						Show Control Panel( 0 ),
						Fit to Window( "Off" ),
						Variables( X( :age ), Y( :height ), Y( :weight ), Overlay( :age ) ),
						Elements(
							Position( 1, 1 ),
							Points( X, Y, Legend( 4 ) ),
							Smoother( X, Y, Legend( 6 ) )
						),
						Elements(
							Position( 1, 2 ),
							Points( X, Y, Legend( 5 ) ),
							Smoother( X, Y, Legend( 7 ) )
						)
					)
				);
			), 
		),
		tabPage1 = Tab Page Box(
			Title( "Test Tab 1" ),
			ObTab1 = Outline Box( "Tab 1", 
				Ob1 = Outline Box( "Test Graph 1",
					GB1 = Graph Builder(
						Size( 534, 450 ),
						Show Control Panel( 0 ),
						Fit to Window( "Off" ),
						Variables( X( :age ), Y( :height ), Y( :weight ) ),
						Elements( Position( 1, 1 ), Points( X, Y, Legend( 4 ) ) ),
						Elements( Position( 1, 2 ), Points( X, Y, Legend( 5 ) ) )
					)
				);
			), 
		), 
		tabPage2 = Tab Page Box(
			Title( "Test Tab 2" ),
			ObTab2 = Outline Box( "Tab 2",
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),
				Button Box( "Test", ),  
			), 
		), 
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mmarchandFSLR_0-1750072985237.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76971iCB372332F7D43201/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmarchandFSLR_0-1750072985237.png" alt="mmarchandFSLR_0-1750072985237.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 11:23:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880057#M104365</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2025-06-16T11:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding the issue of item sizes interfering with each other across different tabs.</title>
      <link>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880081#M104367</link>
      <description>&lt;P&gt;Fit to Window is what you should do in this case (like suggested). Sometimes you might need to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&amp;lt;&amp;lt; Set Auto Stretching({0,0});&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;on some of the display boxes. In this case you could use it on tabPage0 and tabPage1 for example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 12:28:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Regarding-the-issue-of-item-sizes-interfering-with-each-other/m-p/880081#M104367</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-06-16T12:28:32Z</dc:date>
    </item>
  </channel>
</rss>

