<?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: Dashboard window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51992#M29501</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report7 = Platform(
					DataTable1,
					Graph Builder(
						Size( 333, 214 ),
						Show Control Panel( 0 ),
						Fit to Window( "On" ),
						Variables(
							X( :Quantième ),
							Y( :pH 3h ),
							Group Y( :Type de lait ),
							Overlay( :Produit )
						),
						Elements(
							Points( X, Y, Legend( 1 ) ),
							Caption Box( X, Y, Legend( 3 ) )
						),
						SendToReport(
							Dispatch(
								{},
								"Quantième",
								ScaleBox,
								{Label Row( Show Major Grid( 1 ) )}
							),
							Dispatch(
								{},
								"pH 3h",
								ScaleBox,
								{Format( "Fixed Dec", 15, 2 ), Min( 5 ), Max( 6.2 ),
								Inc( 0.05 ), Minor Ticks( 1 ),
								Add Ref Line(
									5.75,
									"Dotted",
									"Black",
									"Cible 5.75",
									2
								), Label Row( Show Major Grid( 1 ) )}
							),
							Dispatch(
								{},
								"graph title",
								TextEditBox,
								{Set Text( "pH 3h ADT T et TH par Quantième" )}
							)
						)
					)
				);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"I think the graphs are being stretched down to a size of 0 or possibly clipped, because the text is very large and is not stretchable".&lt;/P&gt;&lt;P&gt;Is it possible to optimize?&lt;/P&gt;&lt;P&gt;the text is big and on screens of different sizes, it is not nice (particular with small screens of portable computer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;extract of the dashboard script.&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Report7 = &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Platform&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;(&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DataTable1,&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" face="Consolas" size="3"&gt;Graph Builder&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;(&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Size( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;333&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;214&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Show Control Panel( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Fit to Window( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"On"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Variables(&lt;/P&gt;&lt;P&gt;X( :Quantième ),&lt;/P&gt;&lt;P&gt;Y( :pH 3h ),&lt;/P&gt;&lt;P&gt;Group Y( :Type de lait ),&lt;/P&gt;&lt;P&gt;Overlay( :Produit )&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Elements(&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Points( X, Y, Legend( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Caption Box( X, Y, Legend( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;3&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;SendToReport(&lt;/P&gt;&lt;P&gt;Dispatch(&lt;/P&gt;&lt;P&gt;{},&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Quantième"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ScaleBox,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;{Label Row( Show Major Grid( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) )}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Dispatch(&lt;/P&gt;&lt;P&gt;{},&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"pH 3h"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ScaleBox,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;{&lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Format&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Fixed Dec"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;15&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;2&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ), &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Min&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;5&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ), &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Max&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;6.2&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Inc( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;0.05&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ), Minor Ticks( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add Ref Line(&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;5.75&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Dotted"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Black"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Cible 5.75"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;), Label Row( Show Major Grid( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) )}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Dispatch(&lt;/P&gt;&lt;P&gt;{},&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"graph title"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TextEditBox,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;{Set Text( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"pH 3h ADT T et TH par Quantième"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; )}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 19:07:27 GMT</pubDate>
    <dc:creator>Françoise</dc:creator>
    <dc:date>2018-02-23T19:07:27Z</dc:date>
    <item>
      <title>Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51832#M29401</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've a cript to make a dashboard 3x2.&lt;/P&gt;&lt;P&gt;When the script run,&amp;nbsp;I would like to have the dashboard in a full screen , not in a small window.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 13:42:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51832#M29401</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-22T13:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51841#M29406</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9761"&gt;@Françoise&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp;While creating the dashboard or with an existing dashboard , if you choose to edit and click on the outer most window, you can adjust its size . Hopefully this helps&amp;nbsp;&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9454iC77023BEDFF255F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 14:24:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51841#M29406</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-02-22T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51866#M29414</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9761"&gt;@Françoise&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you already have a script , you can look for a Size function in the script and edit the arguments to change the window size&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:36:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51866#M29414</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-02-22T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51869#M29416</link>
      <description>&lt;P&gt;I don't know where it is inside my script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there at the end of the script: like this?&lt;/P&gt;&lt;P&gt;where is it and wich value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&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="Sans titre.jpg" style="width: 623px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9471i9BF98FCA9547C2C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sans titre.jpg" alt="Sans titre.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:49:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51869#M29416</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-22T16:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51871#M29417</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9761"&gt;@Françoise&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Can you make this edit on line 739 and see if this edits the window size&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Module1 &amp;lt;&amp;lt; Set Min Size(2000,1000); &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:19:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51871#M29417</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-02-22T17:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51872#M29418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9761"&gt;@Françoise&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Put this line in your script just after "thisModuleInstance &amp;lt;&amp;lt; Create Objects;"&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;(thisModuleInstance &amp;lt;&amp;lt; Get Box) &amp;lt;&amp;lt; Maximize Window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:38:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51872#M29418</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-02-22T17:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51890#M29433</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 19:48:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51890#M29433</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-22T19:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51892#M29434</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no change with that:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sans titre1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9473i14EF89F220149134/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sans titre1.jpg" alt="Sans titre1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 20:05:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51892#M29434</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-22T20:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51907#M29444</link>
      <description>You really need to do it on a separate line and make sure you paste it exactly as written. The way you have it right now, you are sending the maximize window message to the module instance, and not the window containing the module instance. The &amp;lt;&amp;lt; get box message is critical and so are the parentheses surrounding that code snippet.</description>
      <pubDate>Thu, 22 Feb 2018 21:01:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51907#M29444</guid>
      <dc:creator>cwillden</dc:creator>
      <dc:date>2018-02-22T21:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51922#M29456</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried different ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 08:35:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51922#M29456</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-23T08:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51948#M29472</link>
      <description>&lt;P&gt;I generally find it easier to add the script from the GUI interface.&amp;nbsp; The scripts are usually hidden in Dashboard Mode, but you can switch to Application Builder using the option in the red-triangle menu:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="DashboardMode.png" style="width: 184px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9487i56A33FD9D0610D6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DashboardMode.png" alt="DashboardMode.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can switch to the "Scripts" tab for Module1 and enter the script there:&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="DashboardScript.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9488iC815909A247C388E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DashboardScript.png" alt="DashboardScript.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;I've attached a&amp;nbsp;sample Dashboard that demonstrates this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:58:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51948#M29472</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2018-02-23T15:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51957#M29477</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's GOOD!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:35:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51957#M29477</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-23T16:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51960#M29478</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've an another question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've sent to a collegue who has JMP a script to build a dashboard.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;on my computer, all was Ok: I can see the graphs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but on his computer, he can't see it; See his screen.&lt;/STRONG&gt;&lt;STRONG&gt;he has access to all files for the dashboard.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why can't he see the graphs?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Sans titre 3.jpg" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/9491iE0BEE543AB592110/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sans titre 3.jpg" alt="Sans titre 3.jpg" /&gt;&lt;/span&gt;but he can't:&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:42:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51960#M29478</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-23T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51966#M29482</link>
      <description>&lt;P&gt;It looks like your colleague has turned on the Report preferences for "Date Title on Output" and "Data Table Title on Output".&amp;nbsp; The latter option in this case is showing not only the data table name but also the additional text including the full SQL for the source of the table.&amp;nbsp; We will look into this further to see what improvements can be made, but I think the solution for now would be to turn this option off in Preferences.&amp;nbsp; I think the graphs are being stretched down to a size of 0 or possibly clipped, because the text is very large and is not stretchable.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 17:32:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51966#M29482</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2018-02-23T17:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51987#M29497</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are right.&lt;/P&gt;&lt;P&gt;For my computer,if &amp;nbsp;I have only the option "Data Table Title on Output" turned on, I have the same sreen than my colleague: only&amp;nbsp;the text, not the graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 18:59:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51987#M29497</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-23T18:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51992#M29501</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report7 = Platform(
					DataTable1,
					Graph Builder(
						Size( 333, 214 ),
						Show Control Panel( 0 ),
						Fit to Window( "On" ),
						Variables(
							X( :Quantième ),
							Y( :pH 3h ),
							Group Y( :Type de lait ),
							Overlay( :Produit )
						),
						Elements(
							Points( X, Y, Legend( 1 ) ),
							Caption Box( X, Y, Legend( 3 ) )
						),
						SendToReport(
							Dispatch(
								{},
								"Quantième",
								ScaleBox,
								{Label Row( Show Major Grid( 1 ) )}
							),
							Dispatch(
								{},
								"pH 3h",
								ScaleBox,
								{Format( "Fixed Dec", 15, 2 ), Min( 5 ), Max( 6.2 ),
								Inc( 0.05 ), Minor Ticks( 1 ),
								Add Ref Line(
									5.75,
									"Dotted",
									"Black",
									"Cible 5.75",
									2
								), Label Row( Show Major Grid( 1 ) )}
							),
							Dispatch(
								{},
								"graph title",
								TextEditBox,
								{Set Text( "pH 3h ADT T et TH par Quantième" )}
							)
						)
					)
				);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"I think the graphs are being stretched down to a size of 0 or possibly clipped, because the text is very large and is not stretchable".&lt;/P&gt;&lt;P&gt;Is it possible to optimize?&lt;/P&gt;&lt;P&gt;the text is big and on screens of different sizes, it is not nice (particular with small screens of portable computer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;extract of the dashboard script.&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Report7 = &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Platform&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;(&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DataTable1,&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000" face="Consolas" size="3"&gt;Graph Builder&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;(&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Size( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;333&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;214&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Show Control Panel( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;0&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Fit to Window( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"On"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Variables(&lt;/P&gt;&lt;P&gt;X( :Quantième ),&lt;/P&gt;&lt;P&gt;Y( :pH 3h ),&lt;/P&gt;&lt;P&gt;Group Y( :Type de lait ),&lt;/P&gt;&lt;P&gt;Overlay( :Produit )&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Elements(&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Points( X, Y, Legend( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Caption Box( X, Y, Legend( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;3&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;SendToReport(&lt;/P&gt;&lt;P&gt;Dispatch(&lt;/P&gt;&lt;P&gt;{},&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Quantième"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ScaleBox,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;{Label Row( Show Major Grid( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) )}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Dispatch(&lt;/P&gt;&lt;P&gt;{},&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"pH 3h"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ScaleBox,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;{&lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Format&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Fixed Dec"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;15&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;2&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ), &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Min&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;5&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ), &lt;/FONT&gt;&lt;FONT color="#0000dd" face="Consolas" size="3"&gt;Max&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;6.2&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;Inc( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;0.05&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ), Minor Ticks( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ),&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add Ref Line(&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;5.75&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Dotted"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Black"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"Cible 5.75"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;), Label Row( Show Major Grid( &lt;/FONT&gt;&lt;FONT color="#008080" face="Consolas" size="3"&gt;1&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; ) )}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;Dispatch(&lt;/P&gt;&lt;P&gt;{},&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"graph title"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TextEditBox,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="3"&gt;{Set Text( &lt;/FONT&gt;&lt;FONT color="#800080" face="Consolas" size="3"&gt;"pH 3h ADT T et TH par Quantième"&lt;/FONT&gt;&lt;FONT face="Consolas" size="3"&gt; )}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 19:07:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/51992#M29501</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2018-02-23T19:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard window</title>
      <link>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/473890#M71867</link>
      <description>&lt;P&gt;For anyone interested in a follow-up for this issue, i can confirm that there has been work in this area in the JMP 17 development cycle. JMP 17 will be available in Fall of 2022. Thank you for reporting this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 18:41:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Dashboard-window/m-p/473890#M71867</guid>
      <dc:creator>Audrey_Shull</dc:creator>
      <dc:date>2022-03-28T18:41:38Z</dc:date>
    </item>
  </channel>
</rss>

