<?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: Need Help: Fit Model Window and Report Window in Listboxes in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843885#M101762</link>
    <description>&lt;P&gt;TKS, I have tried it , but it didn't work.&lt;/P&gt;&lt;P&gt;The problem is that when I press the run button(in fit model platform), the report window cannot be controlled well and is not easy to reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 06:43:08 GMT</pubDate>
    <dc:creator>lehaofeng</dc:creator>
    <dc:date>2025-02-24T06:43:08Z</dc:date>
    <item>
      <title>Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843044#M101674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem: I want to put the "fit model" window to a listbox, when user presses the run button, I can put the report window to another listbox. But the report window doesn't go to the listbox automatically when I press the run button , how to resolve it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 03:07:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843044#M101674</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2025-02-20T03:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843215#M101690</link>
      <description>&lt;P&gt;I'm not quite sure if I understand what you're asking, could you post an example of what you're trying to do?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 16:11:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843215#M101690</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2025-02-20T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843372#M101710</link>
      <description>&lt;P&gt;Thank you! This is my script:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Tab Box(
	"setting",
	V List Box(
		H List Box( align( center ), Button Box( "select datatable" ), Spacer Box( size( 5, 1 ) ), fit_tb1 = Text Box( "raw data.jmp" ) ),
		dlg = dt1 &amp;lt;&amp;lt; fit model( Y(  ), Effects(  ), 
		&amp;lt;&amp;lt;keep dialog open( 1 ) )
	),
	"report",
	V List Box(
		【 put dlg(fit model) run results to here! but how? 】
	)
)&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 05:43:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843372#M101710</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2025-02-21T05:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843401#M101715</link>
      <description>&lt;P&gt;Utilizing Action() might be one possible option &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/enable-user-input-in-jmp-platforms.shtml#" target="_blank"&gt;https://www.jmp.com/support/help/en/18.1/#page/jmp/enable-user-input-in-jmp-platforms.shtml#&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 09:11:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843401#M101715</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-02-21T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843885#M101762</link>
      <description>&lt;P&gt;TKS, I have tried it , but it didn't work.&lt;/P&gt;&lt;P&gt;The problem is that when I press the run button(in fit model platform), the report window cannot be controlled well and is not easy to reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 06:43:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843885#M101762</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2025-02-24T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843891#M101763</link>
      <description>&lt;P&gt;You might have to capture the script on trigger, close the report window and then rerun and add it to the vlb.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 09:02:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/843891#M101763</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-02-24T09:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help: Fit Model Window and Report Window in Listboxes</title>
      <link>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/844110#M101785</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes, I am currently stuck at the step of capturing the script. I don’t know how to automatically capture the script for the report window when it triggers.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 01:00:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-Help-Fit-Model-Window-and-Report-Window-in-Listboxes/m-p/844110#M101785</guid>
      <dc:creator>lehaofeng</dc:creator>
      <dc:date>2025-02-25T01:00:15Z</dc:date>
    </item>
  </channel>
</rss>

