<?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: Change string col box width in a table box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Change-string-col-box-width-in-a-table-box/m-p/889352#M105145</link>
    <description>&lt;P&gt;I don't think you can wrap the text in string col box and that is why you have to rely on col box + text box.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 09:15:48 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-07-25T09:15:48Z</dc:date>
    <item>
      <title>Change string col box width in a table box</title>
      <link>https://community.jmp.com/t5/Discussions/Change-string-col-box-width-in-a-table-box/m-p/889340#M105144</link>
      <description>&lt;P&gt;I'm trying to display long text in a string col box in a table box window and have them wrap visually across multiple lines without modifying the underlying text data. I've found some ideas in &lt;A href="https://community.jmp.com/t5/Discussions/Set-Width-Set-Wrap-in-a-data-table-box-column/td-p/812451" target="_self"&gt;this post&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.jmp.com/t5/Discussions/How-to-Set-Cell-Height-or-Text-Wrapping-in-a-Table-Box/m-p/42569" target="_self"&gt;this post&lt;/A&gt;&amp;nbsp;but I can't make them work for a string col box.&lt;/P&gt;
&lt;P&gt;Here's a minimal example to illustrate my issue, here I would like to make the string col box behave like the col box :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;longstring = "toooooooooooooooooooooo looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong teeeeeeeeeeeeeeeeext.";
nw = New Window( "Display",
	tb = Table Box(
		col1 = Col Box( "Mycolbox" ),
		col2 = String Col Box( "Mystringcolbox", longstring )
	)
);

col1 &amp;lt;&amp;lt; append( Text Box( longstring , &amp;lt;&amp;lt;set wrap( 350 ) ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I'm looking for a solution that change the display and not the string themselves, and applies as a post-proccessing step after the window is made.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 08:36:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-string-col-box-width-in-a-table-box/m-p/889340#M105144</guid>
      <dc:creator>Charly</dc:creator>
      <dc:date>2025-07-25T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change string col box width in a table box</title>
      <link>https://community.jmp.com/t5/Discussions/Change-string-col-box-width-in-a-table-box/m-p/889352#M105145</link>
      <description>&lt;P&gt;I don't think you can wrap the text in string col box and that is why you have to rely on col box + text box.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 09:15:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-string-col-box-width-in-a-table-box/m-p/889352#M105145</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-07-25T09:15:48Z</dc:date>
    </item>
  </channel>
</rss>

