<?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 Vertical Alignment for Line Up Box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Vertical-Alignment-for-Line-Up-Box/m-p/368239#M61817</link>
    <description>&lt;P&gt;I'm combining text box, number edit box and button box in a lineup box alignment but ended up getting a display which is not necessarily straight (see snapshot). Is there a way to address this so that each box are align proportionally ?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;new window("Test",
	line up box(ncol(3),
		Text box("Variable 1"),Number edit box(0),Button box("Create Column"),
		Text box("Variable 2"),Number edit box(0),TExt box(""),
		Text box("Variable 3"),Number edit box(0),Button box("Create Column")
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:12:07 GMT</pubDate>
    <dc:creator>Djtjhin</dc:creator>
    <dc:date>2023-06-11T11:12:07Z</dc:date>
    <item>
      <title>Vertical Alignment for Line Up Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-Alignment-for-Line-Up-Box/m-p/368239#M61817</link>
      <description>&lt;P&gt;I'm combining text box, number edit box and button box in a lineup box alignment but ended up getting a display which is not necessarily straight (see snapshot). Is there a way to address this so that each box are align proportionally ?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;new window("Test",
	line up box(ncol(3),
		Text box("Variable 1"),Number edit box(0),Button box("Create Column"),
		Text box("Variable 2"),Number edit box(0),TExt box(""),
		Text box("Variable 3"),Number edit box(0),Button box("Create Column")
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:12:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-Alignment-for-Line-Up-Box/m-p/368239#M61817</guid>
      <dc:creator>Djtjhin</dc:creator>
      <dc:date>2023-06-11T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Alignment for Line Up Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-Alignment-for-Line-Up-Box/m-p/368243#M61818</link>
      <description>&lt;P&gt;The different objects have different dimensions, so what I do, is adjust them by using spacer boxes&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lineuup.PNG" style="width: 241px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31274i7B0B697BE76E5AE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="lineuup.PNG" alt="lineuup.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;new window( "Test",
	line up box( N Col( 2 ),
		V List Box(
			Spacer Box( size( 0, 2 ) ),
			H List Box(
				Text Box( "Variable 1" ),
				Number Edit Box( 0 )
			)
		),
		Button Box( "Create Column" ),
		H List Box(
			Text Box( "Variable 2" ),
			Number Edit Box( 0 )
		),
		Text Box( "" ),
		V List Box(
			Spacer Box( size( 0, 2 ) ),
			H List Box(
				Text Box( "Variable 3" ),
				Number Edit Box( 0 )
			)
		),
		Button Box( "Create Column" )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 15:06:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-Alignment-for-Line-Up-Box/m-p/368243#M61818</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-03-16T15:06:39Z</dc:date>
    </item>
  </channel>
</rss>

