<?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 Modifying Text Boxes in Lineup Box() in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945066#M109641</link>
    <description>&lt;P&gt;Hello JSL'ers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I'm trying to modify/edit some properties of text boxes, but not having much success.&lt;/P&gt;
&lt;P&gt;Here are the results I get (filename is removed, but seems to set the width for the 2nd column, which is causing problems, I think):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_3-1777475340447.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/101476i9824DB83FDA7E7A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_3-1777475340447.png" alt="SDF1_3-1777475340447.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And here are the results I want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_2-1777475291544.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/101475iBC5CF890E875854D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_2-1777475291544.png" alt="SDF1_2-1777475291544.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to:&lt;/P&gt;
&lt;P&gt;1) Right justify "ID:".&lt;/P&gt;
&lt;P&gt;2) Have custom widths for certain text boxes (like the "1" for ID should be a fixed width, say 10)&lt;/P&gt;
&lt;P&gt;3) Same with the date field -- custom width.&lt;/P&gt;
&lt;P&gt;But, the usual methods like &amp;lt;&amp;lt;Set Width(xxx) or &amp;lt;&amp;lt;Justify Text("Right") aren't working. Is it because I'm using a Lineup Box() around everything? I could probably do this manually with HList Box() and VList Box(), but I'd rather not.&lt;/P&gt;
&lt;P&gt;Here's the code that I'm currently working on:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;results = New Window( "Results",
		Outline Box( "results",
			H List Box(
				Outline Box( "Information",
					Lineup Box( N Col( 3 ), Spacing(0, 3 ),
						tb = Text Box( "&amp;lt;b&amp;gt;ID:&amp;lt;/b&amp;gt;", &amp;lt;&amp;lt;Markup ),
						Spacer Box( Size( 5, 0 ) ),
						Text Box( Char( rep ), &amp;lt;&amp;lt;Set Width( 10 ), &amp;lt;&amp;lt;Background Color( 69 ) ),
						Text Box( "Raw File Name:", &amp;lt;&amp;lt;Justify Text( "Right" ) ),
						Spacer Box( Size( 5, 0 ) ),
						Text Box( filechosen[1], &amp;lt;&amp;lt;Background Color( 69 ) ),
						Text Box( "Date:", &amp;lt;&amp;lt;Justify Text( "Right" ) ),
						Spacer Box( Size( 5, 0 ) ),
						Text Box( testdate, &amp;lt;&amp;lt;Background Color( 69 ) )
						
					)
				),
				gb,
				Panel Box( "Action", V List Box( Button Box( "Save Results" ), Button Box( "Cancel", results &amp;lt;&amp;lt; Close Window ) ) )
			)
		)
	);
	tb &amp;lt;&amp;lt; Justify Text( "Right" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks for the help!,&lt;/P&gt;
&lt;P&gt;DS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2026 15:14:23 GMT</pubDate>
    <dc:creator>SDF1</dc:creator>
    <dc:date>2026-04-29T15:14:23Z</dc:date>
    <item>
      <title>Modifying Text Boxes in Lineup Box()</title>
      <link>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945066#M109641</link>
      <description>&lt;P&gt;Hello JSL'ers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I'm trying to modify/edit some properties of text boxes, but not having much success.&lt;/P&gt;
&lt;P&gt;Here are the results I get (filename is removed, but seems to set the width for the 2nd column, which is causing problems, I think):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_3-1777475340447.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/101476i9824DB83FDA7E7A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_3-1777475340447.png" alt="SDF1_3-1777475340447.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And here are the results I want:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDF1_2-1777475291544.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/101475iBC5CF890E875854D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SDF1_2-1777475291544.png" alt="SDF1_2-1777475291544.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to:&lt;/P&gt;
&lt;P&gt;1) Right justify "ID:".&lt;/P&gt;
&lt;P&gt;2) Have custom widths for certain text boxes (like the "1" for ID should be a fixed width, say 10)&lt;/P&gt;
&lt;P&gt;3) Same with the date field -- custom width.&lt;/P&gt;
&lt;P&gt;But, the usual methods like &amp;lt;&amp;lt;Set Width(xxx) or &amp;lt;&amp;lt;Justify Text("Right") aren't working. Is it because I'm using a Lineup Box() around everything? I could probably do this manually with HList Box() and VList Box(), but I'd rather not.&lt;/P&gt;
&lt;P&gt;Here's the code that I'm currently working on:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;results = New Window( "Results",
		Outline Box( "results",
			H List Box(
				Outline Box( "Information",
					Lineup Box( N Col( 3 ), Spacing(0, 3 ),
						tb = Text Box( "&amp;lt;b&amp;gt;ID:&amp;lt;/b&amp;gt;", &amp;lt;&amp;lt;Markup ),
						Spacer Box( Size( 5, 0 ) ),
						Text Box( Char( rep ), &amp;lt;&amp;lt;Set Width( 10 ), &amp;lt;&amp;lt;Background Color( 69 ) ),
						Text Box( "Raw File Name:", &amp;lt;&amp;lt;Justify Text( "Right" ) ),
						Spacer Box( Size( 5, 0 ) ),
						Text Box( filechosen[1], &amp;lt;&amp;lt;Background Color( 69 ) ),
						Text Box( "Date:", &amp;lt;&amp;lt;Justify Text( "Right" ) ),
						Spacer Box( Size( 5, 0 ) ),
						Text Box( testdate, &amp;lt;&amp;lt;Background Color( 69 ) )
						
					)
				),
				gb,
				Panel Box( "Action", V List Box( Button Box( "Save Results" ), Button Box( "Cancel", results &amp;lt;&amp;lt; Close Window ) ) )
			)
		)
	);
	tb &amp;lt;&amp;lt; Justify Text( "Right" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks for the help!,&lt;/P&gt;
&lt;P&gt;DS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 15:14:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945066#M109641</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2026-04-29T15:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Text Boxes in Lineup Box()</title>
      <link>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945084#M109642</link>
      <description>&lt;P&gt;The idea of lineup box is to remove "unnecessary" custom widths to fit your elements into columns. It will set the width them based on the highest width (unless you force it to use different width with lineup ruler box).&lt;/P&gt;
&lt;P&gt;With the justify, I think the issues is that it doesn't work with &amp;lt;&amp;lt;Markup(1) properly.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 15:33:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945084#M109642</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-04-29T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying Text Boxes in Lineup Box()</title>
      <link>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945132#M109645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; That's unfortunate about the &amp;lt;&amp;lt;Markup and &amp;lt;&amp;lt;Justify incompatibility. Upon further investigation, it turns out the Markup feature of JMP to interpret HTML-like code is limited to modification of text appearance like bold, italic, or underline, but not justification. Seems a bit strange to me, and one which could be updated in future versions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The Lineup Ruler Box() is the way to go with making those custom widths -- while also allowing one to have nicely aligned columns using the Lineup Box() inside the Lineup Ruler Box().&lt;/P&gt;
&lt;P&gt;&amp;nbsp; As always, thanks for the help&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;DS&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 17:56:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Modifying-Text-Boxes-in-Lineup-Box/m-p/945132#M109645</guid>
      <dc:creator>SDF1</dc:creator>
      <dc:date>2026-04-29T17:56:36Z</dc:date>
    </item>
  </channel>
</rss>

