<?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 in Lineup Box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268127#M52201</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I add some display boxes (blue color in the attached image) to a lineup box with two cols,&lt;/P&gt;&lt;P&gt;and the right display box is lower than the left, I get this empty gaps (red color in the attached image).&lt;/P&gt;&lt;P&gt;What is the way to align the children of the lineup to Top?&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="Screen Shot 05-21-20 at 05.42 PM.PNG" style="width: 193px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24108i724290214ADFB407/image-dimensions/193x125?v=v2" width="193" height="125" role="button" title="Screen Shot 05-21-20 at 05.42 PM.PNG" alt="Screen Shot 05-21-20 at 05.42 PM.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:27:25 GMT</pubDate>
    <dc:creator>tom_abramov</dc:creator>
    <dc:date>2023-06-09T23:27:25Z</dc:date>
    <item>
      <title>Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268127#M52201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I add some display boxes (blue color in the attached image) to a lineup box with two cols,&lt;/P&gt;&lt;P&gt;and the right display box is lower than the left, I get this empty gaps (red color in the attached image).&lt;/P&gt;&lt;P&gt;What is the way to align the children of the lineup to Top?&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="Screen Shot 05-21-20 at 05.42 PM.PNG" style="width: 193px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24108i724290214ADFB407/image-dimensions/193x125?v=v2" width="193" height="125" role="button" title="Screen Shot 05-21-20 at 05.42 PM.PNG" alt="Screen Shot 05-21-20 at 05.42 PM.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:27:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268127#M52201</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2023-06-09T23:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268129#M52202</link>
      <description>&lt;P&gt;The right side could by another V List Box() that includes the actual display box you want to show followed by a spacer box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

New Window( "Spacing",
	Line Up Box( N Col( 2 ),
		Outline Box( "one",
			Table Box(
				String Col Box( "Stuff 1", { "1", "2", "3" } )
			)
		),
		V List Box(
			Outline Box( "two",
				Table Box(
					String Col Box( "Stuff 1", { "1", "2" } )
				)
			),
			Spacer Box()
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 May 2020 15:01:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268129#M52202</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-05-21T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268140#M52204</link>
      <description>you may want to try setting the spacing to 0, and then use spacer box() to get the spacing you want.  The objects should actually be aligning to the top.  What release of JMP are you running?</description>
      <pubDate>Thu, 21 May 2020 15:10:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268140#M52204</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-05-21T15:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268282#M52233</link>
      <description>&lt;P&gt;Thank you to you both.&lt;/P&gt;&lt;P&gt;Unfortunatly, doesnt work for me.&lt;/P&gt;&lt;P&gt;Attached image and script.&lt;/P&gt;&lt;P&gt;I am using JMP Pro 15.1&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 05-22-20 at 08.42 AM.PNG" style="width: 370px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24125iEB19DD15D061BDC7/image-dimensions/370x180?v=v2" width="370" height="180" role="button" title="Screen Shot 05-22-20 at 08.42 AM.PNG" alt="Screen Shot 05-22-20 at 08.42 AM.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window( "Spacing",
	Lineup Box( N Col( 2 ), Spacing(0),
		Variability Chart( Y( :height ), X( :age, :sex ), Std Dev Chart( 0 ) ),
		V List Box(
			Distribution(
				Continuous Distribution(
					Column( :height ),Quantiles( 0 ),Summary Statistics( 0 ),
					Horizontal Layout( 1 ),Vertical( 0 ),Outlier Box Plot( 0 )
				), 
				Spacer Box()
			)
		)
	);
);

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 05:43:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268282#M52233</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2020-05-22T05:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268294#M52238</link>
      <description>&lt;P&gt;Your placement of the Spacer Box and the size of the Spacer Box is all that needed to be changed to get your code to work&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spacer.PNG" style="width: 765px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24126iCDE5D125188C9E35/image-size/large?v=v2&amp;amp;px=999" role="button" title="spacer.PNG" alt="spacer.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window( "Spacing",
	Lineup Box( N Col( 2 ), Spacing( 0 ),
		Variability Chart( Y( :height ), X( :age, :sex ), Std Dev Chart( 0 ) ),
		V List Box(
			Distribution(
				Continuous Distribution(
					Column( :height ),
					Quantiles( 0 ),
					Summary Statistics( 0 ),
					Horizontal Layout( 1 ),
					Vertical( 0 ),
					Outlier Box Plot( 0 )
				)
			),
			Spacer Box( size( 1, 150 ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 08:32:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268294#M52238</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-05-22T08:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268295#M52239</link>
      <description>&lt;P&gt;Thank you Jim.&lt;/P&gt;&lt;P&gt;When I define exact size of the spacer box, and then the user (I'm developing a dashboard) enlarges the Variability chart, the empty space comes back.&lt;/P&gt;&lt;P&gt;I guess there is no "normal" solution...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble gtx-bubble"&gt;&lt;DIV class="jfk-bubble-content-id"&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-closebtn-id jfk-bubble-closebtn"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrow-id jfk-bubble-arrow jfk-bubble-arrowup"&gt;&lt;DIV class="jfk-bubble-arrowimplbefore"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="jfk-bubble-arrowimplafter"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 May 2020 08:51:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268295#M52239</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2020-05-22T08:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268297#M52240</link>
      <description>&lt;P&gt;Does this give the behaviour you would like?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window( "Spacing",
	Lineup Box( N Col( 2 ), Spacing(0),
		v = Variability Chart( Y( :height ), X( :age, :sex ), Std Dev Chart( 0 ) ),
		d = Distribution(
				Continuous Distribution(
					Column( :height ),Quantiles( 0 ),Summary Statistics( 0 ),
					Horizontal Layout( 1 ),Vertical( 0 ),Outlier Box Plot( 0 )
				)
			)
	);
);
Wait(2);
Report(v) &amp;lt;&amp;lt; verticalAlignment(Top);
Report(d) &amp;lt;&amp;lt; verticalAlignment(Top);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 09:07:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268297#M52240</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2020-05-22T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268352#M52253</link>
      <description>&lt;P&gt;Why not simply use a horizontal list box?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 765px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24134iEAE4911361A2DCFD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

New Window( "Spacing",
	H List Box(
		dt &amp;lt;&amp;lt; Variability Chart( Y( :height ), X( :age, :sex ), Std Dev Chart( 0 ) ),
		dt &amp;lt;&amp;lt; Distribution(
			Continuous Distribution(
				Column( :height ),Quantiles( 0 ),Summary Statistics( 0 ),
				Horizontal Layout( 1 ),Vertical( 0 ),Outlier Box Plot( 0 )
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 16:22:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268352#M52253</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-05-22T16:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268507#M52267</link>
      <description>YES! Thanks!</description>
      <pubDate>Fri, 22 May 2020 19:16:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268507#M52267</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2020-05-22T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical alignment in Lineup Box</title>
      <link>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268510#M52268</link>
      <description>&lt;P&gt;In the real dashboard there wiil be many charts of several kinds and NCols number of the lineup will not be constant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Report(v) &amp;lt;&amp;lt; verticalAlignment(Top);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;is perfect&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 20:33:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Vertical-alignment-in-Lineup-Box/m-p/268510#M52268</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2020-05-22T20:33:36Z</dc:date>
    </item>
  </channel>
</rss>

