<?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: New window size not working in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/New-window-size-not-working/m-p/237934#M46990</link>
    <description>&lt;P&gt;I would like to update this comment.&lt;/P&gt;
&lt;P&gt;a) there were some window sizing issues in older versions of JMP. Those have now been fixed so that size arguments are no longer sometimes ignored when size was specified in the creation command.&lt;/P&gt;
&lt;P&gt;b) The correct command to send in the example from the original poster is &amp;lt;&amp;lt; Size Window(). The following will work correctly in JMP 15 and later.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nw2 = New Window("test", &amp;lt;&amp;lt;Size Window(400,900));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 09 Dec 2019 20:01:47 GMT</pubDate>
    <dc:creator>Audrey_Shull</dc:creator>
    <dc:date>2019-12-09T20:01:47Z</dc:date>
    <item>
      <title>New window size not working</title>
      <link>https://community.jmp.com/t5/Discussions/New-window-size-not-working/m-p/12374#M11780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would appreciate your help on understanding why the code below does not work.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;nw2 &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 8pt; font-family: Courier New;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #800080; font-size: 8pt; font-family: Courier New;"&gt;"test"&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;Size&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-size: 8pt; font-family: Courier New;"&gt;400&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; font-size: 8pt; font-family: Courier New;"&gt;900&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;))&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The syntax reference says&amp;nbsp; "&lt;SPAN style="font-size: 8pt; font-family: LucidaSansTypewriter;"&gt;&amp;lt;&amp;lt;Size(x, y) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: PalatinoLinotype;"&gt;Creates a new window of the specified height and width.")&lt;/SPAN&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;This works but would like to understand if I am doing something wrong above:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt;nw2 &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-size: 8pt; font-family: Courier New;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Courier New;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #800080; font-size: 8pt; font-family: Courier New;"&gt;"test"&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 8pt; font-family: Courier New;"&gt;nw2 &amp;lt;&amp;lt; Set Window Size(400, 900);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 17:27:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-window-size-not-working/m-p/12374#M11780</guid>
      <dc:creator>wr</dc:creator>
      <dc:date>2015-05-13T17:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: New window size not working</title>
      <link>https://community.jmp.com/t5/Discussions/New-window-size-not-working/m-p/237934#M46990</link>
      <description>&lt;P&gt;I would like to update this comment.&lt;/P&gt;
&lt;P&gt;a) there were some window sizing issues in older versions of JMP. Those have now been fixed so that size arguments are no longer sometimes ignored when size was specified in the creation command.&lt;/P&gt;
&lt;P&gt;b) The correct command to send in the example from the original poster is &amp;lt;&amp;lt; Size Window(). The following will work correctly in JMP 15 and later.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nw2 = New Window("test", &amp;lt;&amp;lt;Size Window(400,900));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Dec 2019 20:01:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/New-window-size-not-working/m-p/237934#M46990</guid>
      <dc:creator>Audrey_Shull</dc:creator>
      <dc:date>2019-12-09T20:01:47Z</dc:date>
    </item>
  </channel>
</rss>

