<?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: Minimizing the Home Window in JMP 9 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4686#M4686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an outstanding enhancement request to provide a handle to the JMP Home Window, which has not been implemented yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Win&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 14:36:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-26T14:36:29Z</dc:date>
    <item>
      <title>Minimizing the Home Window in JMP 9</title>
      <link>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4683#M4683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Is it possible to minimize the Home Window in JMP 9 via a script? I have an assortment of windows that have been positioned very conveniently around the screen by an application I'm working on, and I'd like to ensure that the Home Window - wherever it is - is automatically minimized while they're being used, and then automatically restored it to its original position once the application terminates. I note that if I list all the open windows using the little script below, the Home Window isn't one of them - so I can't get at it that way. Is there another way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;// Create a couple of windows;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;nw1 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;new window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;"Something"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;textbox&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;"whatever"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;))&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;nw2 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;new window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;"Something Else"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;buttonbox&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 9pt;"&gt;"Press this button"&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;))&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 9pt;"&gt;// (I've actually got four windows now, including this script window and the log);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;show&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;())&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;nwin &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;nItems&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;())&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;show&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;nwin&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;for&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; i&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;nwin&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; i&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;++,&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;show&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: #0000dd; font-size: 9pt;"&gt;window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;i&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; font-size: 9pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: navy; font-size: 9pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; get window title&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 15:59:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4683#M4683</guid>
      <dc:creator />
      <dc:date>2012-03-29T15:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Minimizing the Home Window in JMP 9</title>
      <link>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4684#M4684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this issue - where I would like to minimize (not close of course) the main "JMP Home Window".&amp;nbsp; I've tried everything known in terms of window closing commands and no go.&amp;nbsp; It's as if JMP has exclusively locked this main window out from commands.&amp;nbsp; I could understand doing this for close of course (as it might shut JMP down, but minimize should be available for scripting IMO).&amp;nbsp; I mean, I can manually minimize the "JMP Home Window".&amp;nbsp; This leads into my next question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some sort of JSL method to minimize a window via Windows (Win7), like an API call (e.g. SW_SHOWMINIMIZED), and not &amp;lt;&amp;lt;minimize window?&amp;nbsp; That's the only other way I can think of doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, the best I can do is set the preference to the "Window List" which is somewhat cleaner than the other two initial window options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set preference(Initial JMP Window("Window List"));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 17:28:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4684#M4684</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2012-11-21T17:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Minimizing the Home Window in JMP 9</title>
      <link>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4685#M4685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main Menu("Minimize All");&lt;/P&gt;&lt;P&gt;nw = New Window("test",&lt;/P&gt;&lt;P&gt;&amp;nbsp; text box("lonely window")&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;nw &amp;lt;&amp;lt; On Close(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Main Menu("Restore All")&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 14:24:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4685#M4685</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2012-11-22T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Minimizing the Home Window in JMP 9</title>
      <link>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4686#M4686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an outstanding enhancement request to provide a handle to the JMP Home Window, which has not been implemented yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Win&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 14:36:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4686#M4686</guid>
      <dc:creator />
      <dc:date>2012-11-26T14:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Minimizing the Home Window in JMP 9</title>
      <link>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4687#M4687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice!&amp;nbsp; This bit of code does the trick for me in the very beginning prior to making any new windows of course: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Main Menu("Minimize All");&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again... -dj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 17:22:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Minimizing-the-Home-Window-in-JMP-9/m-p/4687#M4687</guid>
      <dc:creator>djhanson</dc:creator>
      <dc:date>2012-11-26T17:22:50Z</dc:date>
    </item>
  </channel>
</rss>

