<?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: Lasso Tool in the modal window in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748514#M92915</link>
    <description>&lt;P&gt;I don't see a way to access the Lasso tool in a modal window.&amp;nbsp; This sounds like a great item to add to the JMP Wish List.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can make a non modal window work somewhat like a modal window by placing the code to be processed after the window closes in an&amp;nbsp; &amp;nbsp;On Close() function for the window.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 04:16:08 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-04-23T04:16:08Z</dc:date>
    <item>
      <title>Lasso Tool in the modal window</title>
      <link>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748486#M92902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to call Lasso in the modal window?&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="Jackie__0-1713819941690.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63539iC963A1D62380CCE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jackie__0-1713819941690.png" alt="Jackie__0-1713819941690.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP documentation says to press L, but it doesn't work in the modal window. Any suggestion?&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="Jackie__1-1713819981460.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63540i3D4EF589E7EED215/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jackie__1-1713819981460.png" alt="Jackie__1-1713819981460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New window("",modal,
gbp = Graph Builder(
	Variables( X( :height ), Y( :weight ) ),
	Elements( Points( X, Y ), Smoother( X, Y ) )
);
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 21:09:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748486#M92902</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2024-04-22T21:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lasso Tool in the modal window</title>
      <link>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748514#M92915</link>
      <description>&lt;P&gt;I don't see a way to access the Lasso tool in a modal window.&amp;nbsp; This sounds like a great item to add to the JMP Wish List.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you can make a non modal window work somewhat like a modal window by placing the code to be processed after the window closes in an&amp;nbsp; &amp;nbsp;On Close() function for the window.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 04:16:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748514#M92915</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-04-23T04:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lasso Tool in the modal window</title>
      <link>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748524#M92920</link>
      <description>&lt;P&gt;Seems like modal windows block most of the shortcuts from being run. You could add additional controls to access it if you really need modal window&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("", &amp;lt;&amp;lt; modal,
	Button Box("Lasso",
		Main Menu("Lasso")
	, &amp;lt;&amp;lt; Set Icon("WinToolsLasso")
	),
	gbp = Graph Builder(
		Variables(X(:height), Y(:weight)),
		Elements(Points(X, Y), Smoother(X, Y))
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Apr 2024 05:44:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Lasso-Tool-in-the-modal-window/m-p/748524#M92920</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-23T05:44:50Z</dc:date>
    </item>
  </channel>
</rss>

