<?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: JMPStart - Custome Window must be in front of Home Window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMPStart-Custome-Window-must-be-in-front-of-Home-Window/m-p/361422#M61102</link>
    <description>&lt;P&gt;Maybe you could try using Schedule with &amp;lt;&amp;lt; bring window to front? This seemed to work for me but there might be better solutions around.&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);

nw = new window("test");
nw &amp;lt;&amp;lt; Set Window Size(1400,1400);

s = Schedule(
	0,
	nw &amp;lt;&amp;lt; bring window to front;
	s &amp;lt;&amp;lt; Close;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Feb 2021 18:09:36 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-02-22T18:09:36Z</dc:date>
    <item>
      <title>JMPStart - Custome Window must be in front of Home Window</title>
      <link>https://community.jmp.com/t5/Discussions/JMPStart-Custome-Window-must-be-in-front-of-Home-Window/m-p/361353#M61095</link>
      <description>&lt;P&gt;I would like my own Window menu to be the front window when JMP is started.&lt;/P&gt;&lt;P&gt;I tried to put my menu window script in &lt;SPAN&gt;jmpStart.jsl.&amp;nbsp; It loads the menu, but when loaded is at the back of the Home Window.&amp;nbsp; I tried to minimize the home window with a old suggestion of David Burnham.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ServerMenu = New Window( "Access to QAQC Add-ins", ......);&lt;/P&gt;&lt;P&gt;Main Menu("Minimize All");&lt;/P&gt;&lt;P&gt;ServerMenu &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;P&gt;But still loads my menu window first and then the home window. (PS I don’t want to make the Window Modal)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:06:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMPStart-Custome-Window-must-be-in-front-of-Home-Window/m-p/361353#M61095</guid>
      <dc:creator>hans_deroos</dc:creator>
      <dc:date>2023-06-09T22:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: JMPStart - Custome Window must be in front of Home Window</title>
      <link>https://community.jmp.com/t5/Discussions/JMPStart-Custome-Window-must-be-in-front-of-Home-Window/m-p/361422#M61102</link>
      <description>&lt;P&gt;Maybe you could try using Schedule with &amp;lt;&amp;lt; bring window to front? This seemed to work for me but there might be better solutions around.&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);

nw = new window("test");
nw &amp;lt;&amp;lt; Set Window Size(1400,1400);

s = Schedule(
	0,
	nw &amp;lt;&amp;lt; bring window to front;
	s &amp;lt;&amp;lt; Close;
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Feb 2021 18:09:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMPStart-Custome-Window-must-be-in-front-of-Home-Window/m-p/361422#M61102</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-02-22T18:09:36Z</dc:date>
    </item>
  </channel>
</rss>

