<?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 screen size in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/screen-size/m-p/85965#M38400</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I created a dashboard for an HP E 222 screen: I can see the data filter box and the complete graph of each tab page boxes. but ifI or my colleagues have a smaller screen (20 ") or notebook PC, we no longer have the full width of the dashboard. Is there a trick to adapt the dashboard to the size of the screen: with a jsl or other solution?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 22:02:13 GMT</pubDate>
    <dc:creator>Françoise</dc:creator>
    <dc:date>2019-01-07T22:02:13Z</dc:date>
    <item>
      <title>screen size</title>
      <link>https://community.jmp.com/t5/Discussions/screen-size/m-p/85965#M38400</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I created a dashboard for an HP E 222 screen: I can see the data filter box and the complete graph of each tab page boxes. but ifI or my colleagues have a smaller screen (20 ") or notebook PC, we no longer have the full width of the dashboard. Is there a trick to adapt the dashboard to the size of the screen: with a jsl or other solution?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 22:02:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/screen-size/m-p/85965#M38400</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2019-01-07T22:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: screen size</title>
      <link>https://community.jmp.com/t5/Discussions/screen-size/m-p/99385#M38794</link>
      <description>&lt;P&gt;Yeah, there's plenty of ways to change window size/content size, but it really depends on what you are resizing.&amp;nbsp; Hope the below code helps.&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 );
//This message applies to all display box objects
w = New Window( "Test",
	lb = List Box( {"a", "b", "c", "d"} ),
	Button Box( "Enable 2nd item",
		lb &amp;lt;&amp;lt; enable item( 2, 1 );
		Show( lb &amp;lt;&amp;lt; item enabled( 2 ) );
	),
	Button Box( "Disable 2nd item",
		lb &amp;lt;&amp;lt; enable item( 2, 0 );
		Show( lb &amp;lt;&amp;lt; item enabled( 2 ) );
	)
);
print(w &amp;lt;&amp;lt; Get Content Size());
print(w &amp;lt;&amp;lt; Get Window Size());
Wait( 2 );
w &amp;lt;&amp;lt; Set Content Size( 400, 300 );
Wait( 2 );
w &amp;lt;&amp;lt; inval size();&lt;BR /&gt;&lt;BR /&gt;//Other Options to check out&lt;BR /&gt;//w &amp;lt;&amp;lt; Optimize Display;&lt;BR /&gt;//w &amp;lt;&amp;lt; Size to Fit;&lt;BR /&gt;//w &amp;lt;&amp;lt; Zoom Window;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:58:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/screen-size/m-p/99385#M38794</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2019-01-07T20:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: screen size</title>
      <link>https://community.jmp.com/t5/Discussions/screen-size/m-p/105080#M38849</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have similar issue about size and can't fix it yet.&lt;/P&gt;&lt;P&gt;I use 'for loop' to create graph which set size (900,900) .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nw= New Window("Dashboard");&lt;/P&gt;&lt;P&gt;Gr1 = expr ( data table (...)&amp;nbsp; &amp;lt;&amp;lt; Graph Builder (&lt;/P&gt;&lt;P&gt;Size (900,900)&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I append to the same window, it will resize Y automatically.&lt;/P&gt;&lt;P&gt;first I used&amp;nbsp; nw &amp;lt;&amp;lt; Append (Hlistbox(Gr1));&lt;/P&gt;&lt;P&gt;then I tried 'report'&lt;BR /&gt;nw &amp;lt;&amp;lt; Append (Report(Gr1));&lt;/P&gt;&lt;P&gt;It still show same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to fix graph size in window? Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 08:53:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/screen-size/m-p/105080#M38849</guid>
      <dc:creator>Akane</dc:creator>
      <dc:date>2019-01-09T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: screen size</title>
      <link>https://community.jmp.com/t5/Discussions/screen-size/m-p/105131#M38867</link>
      <description>&lt;P&gt;This is really a seperate question and problem entirely, please post a new forum post and&amp;nbsp;@ me and I'll&amp;nbsp;give you working code.&amp;nbsp; As a hint, your problem is appending directly to the window.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 15:41:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/screen-size/m-p/105131#M38867</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2019-01-09T15:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: screen size</title>
      <link>https://community.jmp.com/t5/Discussions/screen-size/m-p/105148#M38868</link>
      <description>&lt;P&gt;JMP Reports like Graph Builder and Bubble Plot stretch with window size by default, and combined with Splitter Boxes in a dashboard give you a lot of flexibility in size and layout.&amp;nbsp; Other JMP reports may not stretch by default, and require customization to create a stretchable dashboard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One built-in feature for dashboard stretching is Summary View.&amp;nbsp; You can opt-in to the Summary View when creating a dashboard using Combine Windows:&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-center" image-alt="SummaryView.png" style="width: 513px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15066i567558F9AAF92BB7/image-size/large?v=v2&amp;amp;px=999" role="button" title="SummaryView.png" alt="SummaryView.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In a running dashboard, you can also toggle Summary View on or off for all reports (from the top-level red-triangle) or for any individual report (from the report red-triangle):&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-center" image-alt="SummaryView2.png" style="width: 428px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15067i7579AF7986A5629B/image-size/large?v=v2&amp;amp;px=999" role="button" title="SummaryView2.png" alt="SummaryView2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Summary View makes graphs stretchable, but also hides most other information, such as tables.&amp;nbsp; Stretching works best when there is little else in the window, because otherwise the tables and other display information will cause the graph to shrink to a size too small to be very useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More customized stretching can be done from JSL.&amp;nbsp; A few examples of things you can do are shown in the script below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Collapse parts of the reports that you don't need - in many cases this could also be done from the red-triangle menu of the platform.&lt;/LI&gt;
&lt;LI&gt;Close outlines to keep them available but save some initial space&lt;/LI&gt;
&lt;LI&gt;Make a long table scrollable.&amp;nbsp; This can also be done interactively by stretching the table with the mouse&lt;/LI&gt;
&lt;LI&gt;Decide which boxes should be stretchable (often Frame Box) and turn on stretching.&amp;nbsp; You may also want to use &amp;lt;&amp;lt;Set Min Size() and &amp;lt;&amp;lt;Set Max Size().&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
biv = dt &amp;lt;&amp;lt; Bivariate( Y( :weight ), X( :height ), Fit Line );
rpt = biv &amp;lt;&amp;lt; Report;
rpt["Lack Of Fit"] &amp;lt;&amp;lt; Visibility("Collapse");
rpt["Analysis of Variance"] &amp;lt;&amp;lt; Close(1);
rpt["Summary of Fit"][Table Box(1)] &amp;lt;&amp;lt; Set Scrollable(3,0);
rpt[Frame Box(1)] &amp;lt;&amp;lt; Set Auto Stretching(1,1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestions 1 (Collapse) and 4 (Stretchable) are essentially what Summary View is doing for you with a rule-based approach.&amp;nbsp; With JSL and interactive customization you can more precisely create the type of stretchable dashboard that you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 15:58:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/screen-size/m-p/105148#M38868</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2019-01-09T15:58:59Z</dc:date>
    </item>
  </channel>
</rss>

