<?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: &amp;lt;&amp;lt;Set Font size() of a button in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29449#M19437</link>
    <description>&lt;P&gt;The definative source is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Help=&amp;gt;&amp;gt;Scripting Index==&amp;gt;Button Box&lt;/P&gt;
&lt;P&gt;for the options and messages that can be applied to the Button Box display box.&amp;nbsp; It provides no capability to change the button box font. However, you can set an Icon that will be used, and that icon can have any graphical object in it that you want.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2016 20:07:43 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2016-11-21T20:07:43Z</dc:date>
    <item>
      <title>&lt;&lt;Set Font size() of a button</title>
      <link>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29441#M19433</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm feeling dumb this morning because I swear this is a thing but can't get it to work. &amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to here(1);
New Window("Test", 
	Buttonbox("Back", 
		&amp;lt;&amp;lt;Set Icon("StepBackward"),
		&amp;lt;&amp;lt;Set Icon Location("Left"),
		&amp;lt;&amp;lt;Set Font Size(20)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 18:48:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29441#M19433</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2016-11-21T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&lt;Set Font size() of a button</title>
      <link>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29444#M19435</link>
      <description>&lt;P&gt;I couldn't find a way to change button sizes in jmp 12 before and gave up. Have you been able to do this? My log is saying buttonbox doesn't take the setfontsize message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;The display box 'ButtonBox' does not recognize the message 'Set Font Size'; perhaps you mean one of these: &amp;lt;&amp;lt;Set Content Size &amp;lt;&amp;lt;Get Content Size &amp;lt;&amp;lt;Set Window Size &amp;lt;&amp;lt;Set Function &amp;lt;&amp;lt;Set Icon &amp;lt;&amp;lt;Set Button Name &amp;lt;&amp;lt;Get Button Name &amp;lt;&amp;lt;Get Icon &amp;lt;&amp;lt;Set Icon Location &amp;lt;&amp;lt;Get Icon Location &amp;lt;&amp;lt;Set Menu Items &amp;lt;&amp;lt;Get Menu Items &amp;lt;&amp;lt;Set Menu Item State &amp;lt;&amp;lt;Get Menu Item State &amp;lt;&amp;lt;Set Menu Choice &amp;lt;&amp;lt;Get Menu Choice &amp;lt;&amp;lt;Open Next Outline &amp;lt;&amp;lt;Set Script &amp;lt;&amp;lt;Encrypt Script &amp;lt;&amp;lt;Get Function &amp;lt;&amp;lt;Set Tip &amp;lt;&amp;lt;Inval Size &amp;lt;&amp;lt;Set Report Title &amp;lt;&amp;lt;Set Window Title &amp;lt;&amp;lt;Get Annotation &amp;lt;&amp;lt;Restore Window Size &amp;lt;&amp;lt;Get Text &amp;lt;&amp;lt;Save Text &amp;lt;&amp;lt;Save RTF &amp;lt;&amp;lt;Get Window Size &amp;lt;&amp;lt;Get Window Title &amp;lt;&amp;lt;Set Window Title &amp;lt;&amp;lt;Set Window Icon &amp;lt;&amp;lt;On Close &amp;lt;&amp;lt;Set Main Window &amp;lt;&amp;lt;Set Print Headers &amp;lt;&amp;lt;Set Print Footers &amp;lt;&amp;lt;Set Page Setup &amp;lt;&amp;lt;Get Size &amp;lt;&amp;lt;SetNotStretchable &amp;lt;&amp;lt;Get Min Size &amp;lt;&amp;lt;Set Min Size &amp;lt;&amp;lt;Get Max Size &amp;lt;&amp;lt;Set Max Size &amp;lt;&amp;lt;Set Auto Stretching &amp;lt;&amp;lt;Get Auto Centering &amp;lt;&amp;lt;Set Auto Centering &amp;lt;&amp;lt;Get Row States &amp;lt;&amp;lt;Set Width &amp;lt;&amp;lt;Set Property &amp;lt;&amp;lt;Get Properties.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 19:12:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29444#M19435</guid>
      <dc:creator>mpl34</dc:creator>
      <dc:date>2016-11-21T19:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;&lt;Set Font size() of a button</title>
      <link>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29449#M19437</link>
      <description>&lt;P&gt;The definative source is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Help=&amp;gt;&amp;gt;Scripting Index==&amp;gt;Button Box&lt;/P&gt;
&lt;P&gt;for the options and messages that can be applied to the Button Box display box.&amp;nbsp; It provides no capability to change the button box font. However, you can set an Icon that will be used, and that icon can have any graphical object in it that you want.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 20:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/lt-lt-Set-Font-size-of-a-button/m-p/29449#M19437</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-11-21T20:07:43Z</dc:date>
    </item>
  </channel>
</rss>

