<?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: How to create a new table with JSL: no menu bar, no toolbar, no sidebar in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782795#M96655</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17251"&gt;@lala&lt;/a&gt; ,&lt;BR /&gt;this code will generate a data table view without the surrounding menus:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = new table("test", INvisible());
new window("test",show toolbars(0), show menu(0), db =  dt&amp;lt;&amp;lt; new data box());
db &amp;lt;&amp;lt; Close Side Panels( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1724157766423.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67299i39C2459F4A129549/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1724157766423.png" alt="hogi_0-1724157766423.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 12:42:04 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2024-08-20T12:42:04Z</dc:date>
    <item>
      <title>How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782755#M96649</link>
      <description>&lt;P&gt;How to create a new table with JSL: no menu bar, no toolbar, no sidebar, no status bar&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-08-20_19-21-57.png" style="width: 901px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67293iAB6A72D1A3EFE9BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-08-20_19-21-57.png" alt="2024-08-20_19-21-57.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 11:29:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782755#M96649</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-08-20T11:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782795#M96655</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17251"&gt;@lala&lt;/a&gt; ,&lt;BR /&gt;this code will generate a data table view without the surrounding menus:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = new table("test", INvisible());
new window("test",show toolbars(0), show menu(0), db =  dt&amp;lt;&amp;lt; new data box());
db &amp;lt;&amp;lt; Close Side Panels( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1724157766423.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67299i39C2459F4A129549/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1724157766423.png" alt="hogi_0-1724157766423.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 12:42:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782795#M96655</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-08-20T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782806#M96656</link>
      <description>&lt;P&gt;alternatively, you could use&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = new table("test", INvisible());
new window("test",&amp;lt;&amp;lt; type("Dialog"), db =  dt&amp;lt;&amp;lt; new data box());
db &amp;lt;&amp;lt; Close Side Panels( 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to remove the status bar as well:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1724158043106.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67300i4F5D7692733ECA12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1724158043106.png" alt="hogi_1-1724158043106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 12:46:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782806#M96656</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-08-20T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782815#M96658</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Can it go any further?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Looks like this code doesn't work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Wait(0);window=Get Window(dt);sp=window&amp;lt;&amp;lt;Find(SplitterBox(1));dt&amp;lt;&amp;lt;Set Row ID Width(15);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-08-20_21-10-59.png" style="width: 290px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67306iA02F55BC8CADD9A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-08-20_21-10-59.png" alt="2024-08-20_21-10-59.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:14:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782815#M96658</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-08-20T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782845#M96664</link>
      <description>&lt;P&gt;What are you trying to achieve? Just an empty grid? Does it have to be a data table? You could create Table Box for example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

nw = new windoW("", show toolbars(0), show menu(0),
	tb = Table Box(
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""}),
		String Col Edit Box("", {""})
	)
);

scebs = nw &amp;lt;&amp;lt; XPath("//StringColEditBox");
scebs &amp;lt;&amp;lt; Set Width(100);

For(i = 1, i &amp;lt;= 20, i++,
	Eval(EvalExpr(
		tb &amp;lt;&amp;lt; Add Row(Expr(Repeat({""}, N Items(scebs))));
	));
);

Write();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also somewhat hide those&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = New Table("", Invisible);
nw = New Window("School", show toolbars(0), show menu(0),
	H List Box(
		dg = dt &amp;lt;&amp;lt; New Data Box()
	)
);
dg &amp;lt;&amp;lt; close side panels(1);
dg &amp;lt;&amp;lt; Set Header Height(1);
dg &amp;lt;&amp;lt; close summary panels(1);
dg &amp;lt;&amp;lt; Set Row ID Width(15);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and you might be able to further "minimize" (rather hide) using spanning&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 14:53:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/782845#M96664</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-08-20T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/783007#M96691</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need to create tables, expressions, and store images in each cell through a loop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;na = {"B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S"};
gs = 5;
dt = New Table( "K", Add Rows( gs ), New Column( "A", Expression ) );
For( i = 1, i &amp;lt;= 8, i++,
	New Column( na[i], Expression )
);
dt &amp;lt;&amp;lt; Set Window Size( 9 * 370, 800 );
dt &amp;lt;&amp;lt; Move Window( 0, 0 );
Wait( 0 );
window = Get Window( dt );
sp = window &amp;lt;&amp;lt; Find( SplitterBox( 1 ) );
sp &amp;lt;&amp;lt; Set Width( 3 );
dt &amp;lt;&amp;lt; Set Row ID Width( 15 );
For( i = 1, i &amp;lt;= N Col( dt ), i++,
	Column( i ) &amp;lt;&amp;lt; Set Display Width( 370 )
);
dt &amp;lt;&amp;lt; Set Cell Height( 250 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-08-21_09-01-29.png" style="width: 964px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/67349i425F616A6690B693/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-08-21_09-01-29.png" alt="2024-08-21_09-01-29.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 01:02:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/783007#M96691</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-08-21T01:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new table with JSL: no menu bar, no toolbar, no sidebar</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/783037#M96692</link>
      <description>&lt;P&gt;OK&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;nw=new window("",dt&amp;lt;&amp;lt;Get As Report);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Aug 2024 02:58:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-create-a-new-table-with-JSL-no-menu-bar-no-toolbar-no/m-p/783037#M96692</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-08-21T02:58:25Z</dc:date>
    </item>
  </channel>
</rss>

