<?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: Adding a table to a display object in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303204#M56010</link>
    <description>&lt;P&gt;Look in the Scripting Index for "New Data Box()"&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dtA = Open( "$SAMPLE_DATA/Big Class.jmp", invisible );
New Window( "school",
	H List Box(
		dtA &amp;lt;&amp;lt; New Data Box(),
		Text Box(),
		dtA &amp;lt;&amp;lt; Distribution(
			ContinuousDistribution( Column( :weight ) ),
			NominalDistribution( Column( :age ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 09 Sep 2020 01:05:29 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2020-09-09T01:05:29Z</dc:date>
    <item>
      <title>Adding a table to a display object</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303128#M56008</link>
      <description>&lt;P&gt;I am trying to build an User Interface which must incorporate a JMP Data Table. Beeen browsing around but cannot seem to figure it out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In pseudo code I want to do something like this whereby I kick off a platform and a data table is present. In the course of my JSL running I will then populate/write to this data table 'live'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DT = newTable("Test")&lt;/P&gt;&lt;P&gt;Platform = new Window("App", DisplayBox(DT))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;hope this makes sense :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:18:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303128#M56008</guid>
      <dc:creator>thickey1</dc:creator>
      <dc:date>2023-06-10T23:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a table to a display object</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303204#M56010</link>
      <description>&lt;P&gt;Look in the Scripting Index for "New Data Box()"&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dtA = Open( "$SAMPLE_DATA/Big Class.jmp", invisible );
New Window( "school",
	H List Box(
		dtA &amp;lt;&amp;lt; New Data Box(),
		Text Box(),
		dtA &amp;lt;&amp;lt; Distribution(
			ContinuousDistribution( Column( :weight ) ),
			NominalDistribution( Column( :age ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Sep 2020 01:05:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303204#M56010</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-09T01:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a table to a display object</title>
      <link>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303816#M56059</link>
      <description>Thanks Jim. I learned something new based on your reply.......in JMP 15 all Messages are shown clearly in the Scripting Index and I see this example there also. Exactly what I needed. Cheers, Troy</description>
      <pubDate>Wed, 09 Sep 2020 22:11:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Adding-a-table-to-a-display-object/m-p/303816#M56059</guid>
      <dc:creator>thickey1</dc:creator>
      <dc:date>2020-09-09T22:11:54Z</dc:date>
    </item>
  </channel>
</rss>

