<?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 JSL:  working with display boxes, bolding elements, arranging in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-working-with-display-boxes-bolding-elements-arranging/m-p/8274#M8268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to make a 2x2 contingency table manually and make it look pretty &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/5.0.2/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; but I'm struggling working with the display boxes and specifically bolding, centering text etc. My main frustration is with trying to make the String Column Box values be bold (line 20). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13964265699342628" jivemacro_uid="_13964265699342628"&gt;&lt;BR /&gt;&lt;P&gt;nw = New Window( "Custom Report",&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Tab Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; "Manual 2x2 Contingency",&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; H List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V Center Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Border Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "Mutant Test", &amp;lt;&amp;lt;set font style( "Bold" ), &amp;lt;&amp;lt;Rotate Text( Left ) ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;set background color( 9 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;top( 25 ), //pushes the title down so it's almost vertically centered with Pos/Neg rows&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; bottom( 20 ), //adds some space especially when the title might be just a few characters&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; Left( 5 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;Right( 1 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;sides( 15 )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; H List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Border Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "Sequencing Test", &amp;lt;&amp;lt;set font style( "Bold" ) ), //would be nice if "Sequencing Test" was centered over Pos,Neg&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; set background color( 2 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;top( 2 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;bottom( 2 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;Left( 55 ), //attempts to center the title over the Pos/Neg columns&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; Right( 50 ), //adds some visual space especially when the title might be just a few characters&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; sides( 15 )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Table Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "", {"Pos", "Neg"} ), //really wish these were bold!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Number Col Box( "Pos", {2225, 25} ), //would like borders or gridlines around just the numbers&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Number Col Box( "Neg", {12, 2258} ) //would like borders or gridlines around just the numbers&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" )//visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Outline Box( "Statistical Calculations", //add all the stats calculations and score confidence interval calculations&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Table Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Correlation Calculation",&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; {"Sensitivity / Positive Agreement", "Specificity / Negative Agreement", "Positive Predictive Value"}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Equation", {"a/a+c", "d/b+d", "a/a+b"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Value", {"98.9%", "99.5%", "99.5%"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Score Confidence Interval", {"blah", "blah", "97.2-99.9"} )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "Note:&amp;nbsp;&amp;nbsp; Calculated according to CLSI EP12-A2", &amp;lt;&amp;lt;set font style( "Italic" ) ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ) //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Outline Box( "McNemars", //add the stats for McNemar determine if continuity correction is needed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Table Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "McNemar", {"Degrees of Freedom", "P Value", "Chi", "Continuity Correction"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Value", {"1", ".002", "blah", "yes"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Intelligent Blurb", {"duh", "&amp;lt;0.05 means something", "words", "due to b+d&amp;lt;25"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ), &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;);&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 08:44:23 GMT</pubDate>
    <dc:creator>elizperez</dc:creator>
    <dc:date>2014-04-02T08:44:23Z</dc:date>
    <item>
      <title>JSL:  working with display boxes, bolding elements, arranging</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-working-with-display-boxes-bolding-elements-arranging/m-p/8274#M8268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to make a 2x2 contingency table manually and make it look pretty &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.jmp.com/5.0.2/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; but I'm struggling working with the display boxes and specifically bolding, centering text etc. My main frustration is with trying to make the String Column Box values be bold (line 20). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13964265699342628" jivemacro_uid="_13964265699342628"&gt;&lt;BR /&gt;&lt;P&gt;nw = New Window( "Custom Report",&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Tab Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; "Manual 2x2 Contingency",&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; H List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V Center Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Border Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "Mutant Test", &amp;lt;&amp;lt;set font style( "Bold" ), &amp;lt;&amp;lt;Rotate Text( Left ) ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;set background color( 9 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;top( 25 ), //pushes the title down so it's almost vertically centered with Pos/Neg rows&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; bottom( 20 ), //adds some space especially when the title might be just a few characters&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; Left( 5 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;Right( 1 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;sides( 15 )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; H List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Border Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "Sequencing Test", &amp;lt;&amp;lt;set font style( "Bold" ) ), //would be nice if "Sequencing Test" was centered over Pos,Neg&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; set background color( 2 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;top( 2 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;bottom( 2 ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt;Left( 55 ), //attempts to center the title over the Pos/Neg columns&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; Right( 50 ), //adds some visual space especially when the title might be just a few characters&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;lt;&amp;lt; sides( 15 )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Table Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "", {"Pos", "Neg"} ), //really wish these were bold!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Number Col Box( "Pos", {2225, 25} ), //would like borders or gridlines around just the numbers&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Number Col Box( "Neg", {12, 2258} ) //would like borders or gridlines around just the numbers&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" )//visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Outline Box( "Statistical Calculations", //add all the stats calculations and score confidence interval calculations&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Table Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Correlation Calculation",&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; {"Sensitivity / Positive Agreement", "Specificity / Negative Agreement", "Positive Predictive Value"}&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Equation", {"a/a+c", "d/b+d", "a/a+b"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Value", {"98.9%", "99.5%", "99.5%"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Score Confidence Interval", {"blah", "blah", "97.2-99.9"} )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "Note:&amp;nbsp;&amp;nbsp; Calculated according to CLSI EP12-A2", &amp;lt;&amp;lt;set font style( "Italic" ) ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Text Box( "" ) //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Outline Box( "McNemars", //add the stats for McNemar determine if continuity correction is needed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; V List Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; Table Box(&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "McNemar", {"Degrees of Freedom", "P Value", "Chi", "Continuity Correction"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Value", {"1", ".002", "blah", "yes"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "&amp;nbsp; ", {"&amp;nbsp;&amp;nbsp; ", "&amp;nbsp; ", "&amp;nbsp; "} ), //visual space&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; String Col Box( "Intelligent Blurb", {"duh", "&amp;lt;0.05 means something", "words", "due to b+d&amp;lt;25"} ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ), &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; ),&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;);&lt;/P&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:44:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-working-with-display-boxes-bolding-elements-arranging/m-p/8274#M8268</guid>
      <dc:creator>elizperez</dc:creator>
      <dc:date>2014-04-02T08:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: JSL:  working with display boxes, bolding elements, arranging</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-working-with-display-boxes-bolding-elements-arranging/m-p/8275#M8269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems that it isn't possible to set bold style in a StringColBox. You can try a TextBox() instead, but the alignment is hard to get perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example (the table box starting in line 29):&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;Table Box&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Text Box&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"\!N\!tPos\!N\!tNeg"&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;set font style&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"Bold"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;set font size&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;13&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #008f00;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;//String Col Box( "", {"Pos", "Neg"} ), //really wish these were bold!&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #008f00;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Number Col Box&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"Pos"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;2225&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;25&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;//would like borders or gridlines around just the numbers&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #008f00;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Number Col Box&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"Neg"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;2258&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;//would like borders or gridlines around just the numbers &lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;Set Row Borders&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;Set Column Borders&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;STRONG&gt;Set Shade Headings&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 15px; font-family: Courier;"&gt;&lt;SPAN style="color: #011993;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:36:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-working-with-display-boxes-bolding-elements-arranging/m-p/8275#M8269</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2014-04-02T09:36:48Z</dc:date>
    </item>
  </channel>
</rss>

