<?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: Hiding window right after opening... in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13659#M12862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you're using open() to get a generic file you can just use pick file() to get a name of it so you can still assign invisible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;file &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #0000dd;"&gt;pick file&lt;/SPAN&gt;&lt;STRONG style="color: #f03246; font-size: 10.0pt; font-family: Consolas;"&gt;()&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #0000dd;"&gt;open&lt;/SPAN&gt;&lt;STRONG style="color: #f03246; font-size: 10.0pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; invisible&lt;/SPAN&gt;&lt;STRONG style="color: #f03246; font-size: 10.0pt; font-family: Consolas;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 19:00:06 GMT</pubDate>
    <dc:creator>vince_faller</dc:creator>
    <dc:date>2015-07-31T19:00:06Z</dc:date>
    <item>
      <title>Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13655#M12858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to hide a my data table after opening but my table doesn't have a specific name, so I cannot use invisible command.&lt;/P&gt;&lt;P&gt;I'm using following script but it doesn't work. I appreciate any suggestion. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;dt&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-family: Courier New;"&gt;Open&lt;/SPAN&gt;&lt;STRONG style="font-family: Courier New;"&gt;()&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: Courier New;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000080; font-family: Courier New;"&gt;show window&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080; font-family: Courier New;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 15:47:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13655#M12858</guid>
      <dc:creator>razmah</dc:creator>
      <dc:date>2015-07-31T15:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13656#M12859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your script works fine for me. I'm able to use it to open a data table that is invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say the script "doesn't work" do you mean that the data table remains visible, or does it not appear at all (even in the window list)? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is it possible that, if the table is very large or if the table is open from a remote location, the script needs to pause to let the table open completely? In that case, I'm guessing that inserting a &lt;SPAN style="font-family: 'courier new', courier;"&gt;Wait(1.0);&lt;/SPAN&gt; command between your two lines of code could help. Otherwise, check for typos.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 18:07:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13656#M12859</guid>
      <dc:creator>hlrauch</dc:creator>
      <dc:date>2015-07-31T18:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13657#M12860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean the window is still visible for me. &lt;/P&gt;&lt;P&gt;you said "I'm able to use it to open a data table that is invisible" but&amp;nbsp; my purpose for using it is to HIDE a table that newly opened and visible. do I use a wrong command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 18:51:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13657#M12860</guid>
      <dc:creator>razmah</dc:creator>
      <dc:date>2015-07-31T18:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13658#M12861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should clarify: I'm able to use your script to open a table, and the table BECOMES invisible immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is already open and visible, and it is currently your active table, you can "name" the table and make it invisible as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;cdt = Current Data Table();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;cdt &amp;lt;&amp;lt; Show Window(0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 18:59:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13658#M12861</guid>
      <dc:creator>hlrauch</dc:creator>
      <dc:date>2015-07-31T18:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13659#M12862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you're using open() to get a generic file you can just use pick file() to get a name of it so you can still assign invisible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;file &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #0000dd;"&gt;pick file&lt;/SPAN&gt;&lt;STRONG style="color: #f03246; font-size: 10.0pt; font-family: Consolas;"&gt;()&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #0000dd;"&gt;open&lt;/SPAN&gt;&lt;STRONG style="color: #f03246; font-size: 10.0pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; invisible&lt;/SPAN&gt;&lt;STRONG style="color: #f03246; font-size: 10.0pt; font-family: Consolas;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 19:00:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13659#M12862</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2015-07-31T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13660#M12863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's still visible for me!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 19:11:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13660#M12863</guid>
      <dc:creator>razmah</dc:creator>
      <dc:date>2015-07-31T19:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13661#M12864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/7.0.1.0/images/emoticons/happy.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 19:12:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13661#M12864</guid>
      <dc:creator>razmah</dc:creator>
      <dc:date>2015-07-31T19:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding window right after opening...</title>
      <link>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13662#M12865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why it's still visible for you. However, as you see, Vince's solution should definitely do the trick for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 19:16:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hiding-window-right-after-opening/m-p/13662#M12865</guid>
      <dc:creator>hlrauch</dc:creator>
      <dc:date>2015-07-31T19:16:28Z</dc:date>
    </item>
  </channel>
</rss>

