<?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: Script for right clicking and hiding/unhiding a window from the Home Window &amp;quot;window list&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Script-for-right-clicking-and-hiding-unhiding-a-window-from-the/m-p/578320#M78576</link>
    <description>&lt;P&gt;I think you are looking for ShowWindow():&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/iris.jmp", "Invisible" );

dt &amp;lt;&amp;lt; ShowWindow(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 06 Dec 2022 22:20:41 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2022-12-06T22:20:41Z</dc:date>
    <item>
      <title>Script for right clicking and hiding/unhiding a window from the Home Window "window list"</title>
      <link>https://community.jmp.com/t5/Discussions/Script-for-right-clicking-and-hiding-unhiding-a-window-from-the/m-p/578039#M78561</link>
      <description>&lt;P&gt;I'm trying to keep from when windows open and then hiding them causing a bunch of screen flickering as the script runs.&amp;nbsp; I can open the file as Invisible but then I'd like it to become "active" however in a minimized state.&amp;nbsp; I tried using this code (dt= a data table and GB1= a graph builder window) but when it shows the windows they are maximized.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt2&amp;lt;&amp;lt; Minimize Window( 1 );
gb1&amp;lt;&amp;lt; Minimize Window( 1 );
dt2&amp;lt;&amp;lt;Show Window( 1 );
gb1&amp;lt;&amp;lt;Show Window( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, if I only run the script up to the show window portion and right click on the windows in the Home window list and click unhide they will become active (not greyed out anymore) and still be minimized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know what the JSL would be to replicate the Unhide action from the Hoem window?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_0-1670342722038.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47967i9D6606BF067131BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_0-1670342722038.png" alt="shampton82_0-1670342722038.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:04:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-for-right-clicking-and-hiding-unhiding-a-window-from-the/m-p/578039#M78561</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2023-06-09T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Script for right clicking and hiding/unhiding a window from the Home Window "window list"</title>
      <link>https://community.jmp.com/t5/Discussions/Script-for-right-clicking-and-hiding-unhiding-a-window-from-the/m-p/578320#M78576</link>
      <description>&lt;P&gt;I think you are looking for ShowWindow():&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/iris.jmp", "Invisible" );

dt &amp;lt;&amp;lt; ShowWindow(1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:20:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Script-for-right-clicking-and-hiding-unhiding-a-window-from-the/m-p/578320#M78576</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2022-12-06T22:20:41Z</dc:date>
    </item>
  </channel>
</rss>

