<?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 How to Place Window in Front of Data Table Window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9917#M9689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to open a "control panel" window whenever a user opens a particular data table. I've written a script that creates a simple non-modal window; I named the script "On Open" and I placed the script in the left pane of the data table, so it runs automatically whenever the data table is opened. However, when the data table window opens, it remains in front of the control panel window. This is true even if I include the following statement at the end of the script: &lt;SPAN style="font-family: courier new,courier;"&gt;Window("Control Panel") &amp;lt;&amp;lt; Bring Window to Front;&lt;/SPAN&gt; . There is no problem if the data table is already open. The problem seems to occur because both windows are opening up at the same time. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2014 22:25:14 GMT</pubDate>
    <dc:creator>hlrauch</dc:creator>
    <dc:date>2014-10-24T22:25:14Z</dc:date>
    <item>
      <title>How to Place Window in Front of Data Table Window</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9917#M9689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to open a "control panel" window whenever a user opens a particular data table. I've written a script that creates a simple non-modal window; I named the script "On Open" and I placed the script in the left pane of the data table, so it runs automatically whenever the data table is opened. However, when the data table window opens, it remains in front of the control panel window. This is true even if I include the following statement at the end of the script: &lt;SPAN style="font-family: courier new,courier;"&gt;Window("Control Panel") &amp;lt;&amp;lt; Bring Window to Front;&lt;/SPAN&gt; . There is no problem if the data table is already open. The problem seems to occur because both windows are opening up at the same time. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Howard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 22:25:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9917#M9689</guid>
      <dc:creator>hlrauch</dc:creator>
      <dc:date>2014-10-24T22:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Place Window in Front of Data Table Window</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9918#M9690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Howard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if adding Wait(0);-- or Wait(1); if that doesn't work-- immediately before you call the window would help. If JMP isn't finished with loading the table I'm guessing it will retain (or immediately regain) focus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 06:42:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9918#M9690</guid>
      <dc:creator>jules</dc:creator>
      <dc:date>2014-10-25T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Place Window in Front of Data Table Window</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9919#M9691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry for the difficulty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a bug that has been corrected in JMP 11.2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download an updater &lt;A href="http://jmp.com/update"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 18:54:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9919#M9691</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2014-10-25T18:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Place Window in Front of Data Table Window</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9920#M9692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff. I just installed JMP 11.2.1, and it's working fine now.&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 Oct 2014 18:53:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Place-Window-in-Front-of-Data-Table-Window/m-p/9920#M9692</guid>
      <dc:creator>hlrauch</dc:creator>
      <dc:date>2014-10-31T18:53:59Z</dc:date>
    </item>
  </channel>
</rss>

