<?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 Way to move a window into a &amp;quot;child&amp;quot; poistion on the home window? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772401#M95267</link>
    <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I was wondering if there was a way to script in moving a "New Window" as a "child" of the data table, like a normal analysis widow shows up as:&lt;/P&gt;&lt;P&gt;I'd like this window to show up under the data table it is working with&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_1-1720638349511.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66056iD0092EA41C946619/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_1-1720638349511.png" alt="shampton82_1-1720638349511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So under the graph builder icon.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_0-1720638330859.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66055i64C57D466CECFA0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_0-1720638330859.png" alt="shampton82_0-1720638330859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 19:07:00 GMT</pubDate>
    <dc:creator>shampton82</dc:creator>
    <dc:date>2024-07-10T19:07:00Z</dc:date>
    <item>
      <title>Way to move a window into a "child" poistion on the home window?</title>
      <link>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772401#M95267</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;I was wondering if there was a way to script in moving a "New Window" as a "child" of the data table, like a normal analysis widow shows up as:&lt;/P&gt;&lt;P&gt;I'd like this window to show up under the data table it is working with&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_1-1720638349511.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66056iD0092EA41C946619/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_1-1720638349511.png" alt="shampton82_1-1720638349511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So under the graph builder icon.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_0-1720638330859.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66055i64C57D466CECFA0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_0-1720638330859.png" alt="shampton82_0-1720638330859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 19:07:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772401#M95267</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2024-07-10T19:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Way to move a window into a "child" poistion on the home window?</title>
      <link>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772417#M95270</link>
      <description>&lt;P&gt;I know at least of one workaround for this as I have used in other case. You can add report to your new window and then collapse it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1); 

dt = Open("$SAMPLE_DATA/Big Class.jmp");

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:weight), Y(:height), Overlay(:sex)),
	Elements(Points(X, Y, Legend(9)), Line Of Fit(X, Y, Legend(11)))
);

nw = New Window("not child",
	Button Box("OK")
);

nw = New Window("is child",
	vlb = V List Box(
		Distribution(Nominal Distribution(Column(:sex)), Histograms Only)
	),
	Button Box("OK")
);
vlb &amp;lt;&amp;lt; visibility("Collapse")&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1720638811251.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66058iBA70B7B1BD5DD557/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1720638811251.png" alt="jthi_0-1720638811251.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My topic where I asked how to force associated data for new window: &lt;LI-MESSAGE title="What determines which data table is seen as &amp;amp;quot;Associated Data&amp;amp;quot; for New Window?" uid="680195" url="https://community.jmp.com/t5/Discussions/What-determines-which-data-table-is-seen-as-quot-Associated-Data/m-p/680195#U680195" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish list item: &lt;LI-MESSAGE title="Allow setting associated data table(s) to a new window" uid="749786" url="https://community.jmp.com/t5/JMP-Wish-List/Allow-setting-associated-data-table-s-to-a-new-window/m-p/749786#U749786" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 19:15:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772417#M95270</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-10T19:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Way to move a window into a "child" poistion on the home window?</title>
      <link>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772425#M95273</link>
      <description>&lt;P&gt;And if you want to move an existing window into a child position, you can just add a temporary report and then delete it again.&lt;BR /&gt;&lt;BR /&gt;After executing the code, the report will show up as a child of Big Class:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1720643796484.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66062i787F7F54554F9735/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1720643796484.png" alt="hogi_0-1720643796484.png" /&gt;&lt;/span&gt;&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/Big Class.jmp");

nw = New Window("change to child",
	V List Box  (
	tmp= v list box (),
	Button Box("OK"))
);
tmp &amp;lt;&amp;lt; append (
		Distribution(Nominal Distribution(Column(:sex)), Histograms Only)
	);
wait(0);
tmp &amp;lt;&amp;lt; delete;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 20:37:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Way-to-move-a-window-into-a-quot-child-quot-poistion-on-the-home/m-p/772425#M95273</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-07-10T20:37:32Z</dc:date>
    </item>
  </channel>
</rss>

