<?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 How can Display Boxes be center aligned? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-Display-Boxes-be-center-aligned/m-p/826310#M100722</link>
    <description>&lt;P&gt;&lt;SPAN&gt;How can the two objects in the following JSL be aligned along their respective central lines as shown in the image?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window( "Test", 

	Text Box( "Test Center alignment" ),
	CB = Combo Box( {"1", "2", "3", "4"}, );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="螢幕擷取畫面 2025-01-08 194150.png" style="width: 123px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71750i8DF492D548E2D6F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="螢幕擷取畫面 2025-01-08 194150.png" alt="螢幕擷取畫面 2025-01-08 194150.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 14:34:22 GMT</pubDate>
    <dc:creator>BabyDoragon</dc:creator>
    <dc:date>2025-01-09T14:34:22Z</dc:date>
    <item>
      <title>How can Display Boxes be center aligned?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-Display-Boxes-be-center-aligned/m-p/826310#M100722</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How can the two objects in the following JSL be aligned along their respective central lines as shown in the image?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window( "Test", 

	Text Box( "Test Center alignment" ),
	CB = Combo Box( {"1", "2", "3", "4"}, );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="螢幕擷取畫面 2025-01-08 194150.png" style="width: 123px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71750i8DF492D548E2D6F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="螢幕擷取畫面 2025-01-08 194150.png" alt="螢幕擷取畫面 2025-01-08 194150.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 14:34:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-Display-Boxes-be-center-aligned/m-p/826310#M100722</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-01-09T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can objects be aligned with a central line?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-Display-Boxes-be-center-aligned/m-p/826322#M100723</link>
      <description>&lt;P&gt;You can use H/V List Box(align("center")) or H/V Center Box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

nw = New Window("Test",
	V List Box(
		align("center"),
		Text Box("Test Center alignment"),
		CB = Combo Box({"1", "2", "3", "4"})
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/display-functions.shtml?os=win&amp;amp;source=application#ww8131304" target="_blank"&gt;Display Functions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1736333635172.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71751i64A96D0108220D74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1736333635172.png" alt="jthi_0-1736333635172.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1736333641555.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/71752iEE825C70413D0541/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1736333641555.png" alt="jthi_1-1736333641555.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 10:54:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-Display-Boxes-be-center-aligned/m-p/826322#M100723</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-01-08T10:54:07Z</dc:date>
    </item>
  </channel>
</rss>

