<?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 the following JSL be modified to adjust the width of the text edit box to 500 pixels? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624670#M82343</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ex = New Window( "",
	&amp;lt;&amp;lt;modal,     
	Panel Box( "", H List Box( teb = Text Edit Box() ) ),
	Panel Box( "", H List Box( Button Box( "OK", ng = teb &amp;lt;&amp;lt; get text ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-21_13-33-33.png" style="width: 556px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52186iD3D522CF6C789CE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-21_13-33-33.png" alt="2023-04-21_13-33-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:08:36 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-06-09T16:08:36Z</dc:date>
    <item>
      <title>How can the following JSL be modified to adjust the width of the text edit box to 500 pixels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624670#M82343</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ex = New Window( "",
	&amp;lt;&amp;lt;modal,     
	Panel Box( "", H List Box( teb = Text Edit Box() ) ),
	Panel Box( "", H List Box( Button Box( "OK", ng = teb &amp;lt;&amp;lt; get text ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-21_13-33-33.png" style="width: 556px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52186iD3D522CF6C789CE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-21_13-33-33.png" alt="2023-04-21_13-33-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:08:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624670#M82343</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T16:08:36Z</dc:date>
    </item>
    <item>
      <title>回复： How can the following JSL be modified to adjust the width of the text edit box to 500 pixels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624678#M82344</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I tried to do this, but the variable ng couldn't get the input edit text content&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-21_13-36-21.png" style="width: 617px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52187i51BA9DBC2D75B3F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-21_13-36-21.png" alt="2023-04-21_13-36-21.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 05:39:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624678#M82344</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-04-21T05:39:06Z</dc:date>
    </item>
    <item>
      <title>回复： How can the following JSL be modified to adjust the width of the text edit box to 500 pixels?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624945#M82377</link>
      <description>&lt;P&gt;Looks like a simple error: the Text Edit Box isn't assigned to the variable teb. Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );&lt;BR /&gt;&lt;BR /&gt;ex = New Window( "",&lt;BR /&gt;&amp;lt;&amp;lt; modal, &lt;BR /&gt;Border Box( "", teb = Text Edit Box("", &amp;lt;&amp;lt; Set Width( 500 ) ) ),&lt;BR /&gt;Panel Box( "", H List Box( Button Box( "OK", ng = teb &amp;lt;&amp;lt; get text ) ) )&lt;BR /&gt;);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 18:19:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-the-following-JSL-be-modified-to-adjust-the-width-of-the/m-p/624945#M82377</guid>
      <dc:creator>Ross_Metusalem</dc:creator>
      <dc:date>2023-04-21T18:19:22Z</dc:date>
    </item>
  </channel>
</rss>

