<?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: Width of a button box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255462#M50164</link>
    <description>&lt;P&gt;See &lt;STRONG&gt;Help &amp;gt; JMP Documentation Library &amp;gt; JSL Syntax Reference&lt;/STRONG&gt; and look up "button box."&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2020 14:25:03 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2020-04-01T14:25:03Z</dc:date>
    <item>
      <title>Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255442#M50159</link>
      <description>&lt;P&gt;How can I reduce the width of a button box via JSL? I would like to create a very small button containing only a "+" sign.The default width of&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Button Box("+")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;resulting in&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JWi_0-1585742895575.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22718iCF4AD0EA342D056D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JWi_0-1585742895575.png" alt="JWi_0-1585742895575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;is optically too large for my purpose. I was not able to find a way to control its size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any hint.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:09:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255442#M50159</guid>
      <dc:creator>JWi</dc:creator>
      <dc:date>2020-04-01T12:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255450#M50160</link>
      <description>&lt;P&gt;With a button box() I believe the best you can do, is to use the Icon functionality that it has, and to use the icon named "Formula"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="formula.PNG" style="width: 32px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22719i32EC04D9F4038AA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="formula.PNG" alt="formula.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example", ex = Button Box( "" ) );
ex &amp;lt;&amp;lt; Set Icon( "Formula" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Apr 2020 13:38:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255450#M50160</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-04-01T13:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255457#M50162</link>
      <description>Thanks. I might use a custom icon with plainer style instead. That's a good solution to achieve a smaller button size.</description>
      <pubDate>Wed, 01 Apr 2020 13:52:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255457#M50162</guid>
      <dc:creator>JWi</dc:creator>
      <dc:date>2020-04-01T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255459#M50163</link>
      <description>FormulaPlus, WinToolsCrosshair, DebuggerAddWatch</description>
      <pubDate>Wed, 01 Apr 2020 13:57:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255459#M50163</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-04-01T13:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255462#M50164</link>
      <description>&lt;P&gt;See &lt;STRONG&gt;Help &amp;gt; JMP Documentation Library &amp;gt; JSL Syntax Reference&lt;/STRONG&gt; and look up "button box."&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 14:25:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255462#M50164</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-04-01T14:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255488#M50169</link>
      <description>&lt;P&gt;Try the&amp;nbsp;WinToolsCrosshair icon - it's thinner.&amp;nbsp; Only works on Windows though.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example", 
	ex = Button Box("", &amp;lt;&amp;lt; Set Icon("WinToolsCrosshair"))
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Also, check out the very nice Built-in icons addin&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/Built-In-JMP-Icons/ta-p/42251" target="_blank"&gt;https://community.jmp.com/t5/JMP-Add-Ins/Built-In-JMP-Icons/ta-p/42251&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There are many different plus signs.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 16:16:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255488#M50169</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2020-04-01T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Width of a button box</title>
      <link>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255601#M50190</link>
      <description>&lt;P&gt;Thanks for all comments and hints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The built-in icons are all too large for my purpose. I use a custom icon with plainer style instead:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;bb = Button Box ("");
bb &amp;lt;&amp;lt; Set Icon( "plus.png" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with this small plus.png icon&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="plus.png" style="width: 10px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22730iBD8643D5B5ABCDCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="plus.png" alt="plus.png" /&gt;&lt;/span&gt;&amp;nbsp; results in quite exactly the small "add" buttons I need in my list:&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="JWi_0-1585812519652.png" style="width: 200px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/22731i3D68EF7324D73CD5/image-size/small?v=v2&amp;amp;px=200" role="button" title="JWi_0-1585812519652.png" alt="JWi_0-1585812519652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 07:31:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Width-of-a-button-box/m-p/255601#M50190</guid>
      <dc:creator>JWi</dc:creator>
      <dc:date>2020-04-02T07:31:20Z</dc:date>
    </item>
  </channel>
</rss>

