<?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: Emoji + TextBox()? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925527#M108353</link>
    <description>&lt;P&gt;Hm, how do I have to adjust the settings on my system to get this beautiful result?&lt;BR /&gt;&lt;BR /&gt;When I run your code on my system: Win11, JMP 19.0.4,&lt;BR /&gt;I get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1769093955551.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91834i75D1863A50679596/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1769093955551.png" alt="hogi_0-1769093955551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jan 2026 15:01:18 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2026-01-22T15:01:18Z</dc:date>
    <item>
      <title>Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925232#M108324</link>
      <description>&lt;P&gt;The Icons which are available in JPM are very limited.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The idea: “Use emojis as icons — there’s one for almost anything!”&lt;BR /&gt;just seahorse is missing ...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The problem: how can I use Emojis in JMP - e.g.&amp;nbsp;&amp;nbsp;in TextBox()?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window("Emoji Example",
    Text Box("🔴🟡🟢") 
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I expect:&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_3-1769006727084.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91715i908AB9D7C47241AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_3-1769006727084.png" alt="hogi_3-1769006727084.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... but JPM generates:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_2-1769006712063.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91714i3CF1D8ACBE27D82C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_2-1769006712063.png" alt="hogi_2-1769006712063.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not helpful in this context: the creativity of Learnbot&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1769006374085.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91710i30BAF227FEF4671D/image-size/large?v=v2&amp;amp;px=999" role="button" title="hogi_1-1769006374085.png" alt="hogi_1-1769006374085.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window("Emoji Example",
    Text Box(Char(128512)) // Unicode for 😀
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 14:46:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925232#M108324</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-21T14:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925282#M108331</link>
      <description>&lt;P&gt;The unicode character set requires some specialized syntax. &amp;nbsp;The examples here&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/ko/18.2/index.shtml#page/jmp/unicode-characters.shtml" target="_blank"&gt;https://www.jmp.com/support/help/ko/18.2/index.shtml#page/jmp/unicode-characters.shtml&lt;/A&gt;&amp;nbsp;show how to do it. &amp;nbsp;You then just need to look up the unicode for the different emoji. &amp;nbsp;You can find that information on Emojiedia under the technical information tab:&amp;nbsp;&lt;A href="https://emojipedia.org/upside-down-face#technical" target="_blank"&gt;https://emojipedia.org/upside-down-face#technical&lt;/A&gt;. &amp;nbsp;It's the code points value. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 18:31:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925282#M108331</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2026-01-21T18:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925304#M108336</link>
      <description>&lt;P&gt;Hi Mike, what is the benefit of using the unicode notation compared to directly writing the Emoji?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Can you please share a code which generates a text with&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_1-1769036986527.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91751i98AF4679341B7C96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_1-1769036986527.png" alt="hogi_1-1769036986527.png" /&gt;&lt;/span&gt;&amp;nbsp;instead of&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1769036964695.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91750i4857F390E0FFC203/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1769036964695.png" alt="hogi_0-1769036964695.png" /&gt;&lt;/span&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 23:11:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925304#M108336</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-21T23:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925505#M108350</link>
      <description>&lt;P&gt;Benefit - it works... ;)&lt;/img&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MikeD_Anderson_0-1769090842120.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91825iBB7DF14BEF9DB0B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MikeD_Anderson_0-1769090842120.png" alt="MikeD_Anderson_0-1769090842120.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Here's the code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window( "Stoplight Example",
	V List Box(
		Text Box( "\!UD83D\!UDD34 \!UD83D\!UDFE1 \!UD83D\!UDFE2", Set Font( "Segoe UI Emoji" ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;A note - I needed to use the UTF-16 versions of the codes. Note that each emoji can have a single code or a pair of codes (called a surrogate pair). &amp;nbsp;The stop lights you want are in the surrogate pair set of emoji. &amp;nbsp;Those can be a little hard to find... but this website does a better job than either emojipedia or the unicode site in showing them:&amp;nbsp;&lt;A href="http://xahlee.info/comp/unicode_index.html?q=" target="_blank" rel="noopener"&gt;http://xahlee.info/comp/unicode_index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 14:33:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925505#M108350</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2026-01-22T14:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925510#M108351</link>
      <description>&lt;P&gt;BTW - that text snippet the LLM provided is completely wrong on how to approach this problem. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 14:32:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925510#M108351</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2026-01-22T14:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925527#M108353</link>
      <description>&lt;P&gt;Hm, how do I have to adjust the settings on my system to get this beautiful result?&lt;BR /&gt;&lt;BR /&gt;When I run your code on my system: Win11, JMP 19.0.4,&lt;BR /&gt;I get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1769093955551.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91834i75D1863A50679596/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1769093955551.png" alt="hogi_0-1769093955551.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:01:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925527#M108353</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-22T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925541#M108357</link>
      <description>&lt;P&gt;It's likely down to the font... I think Win11 got rid of the Segoe font... so it might be doing a bad substitution for it. &amp;nbsp;Maybe get rid of that font assignment in the JSL and let the system font take over?&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:22:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925541#M108357</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2026-01-22T15:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925559#M108362</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1769100386975.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/91847i02AEC8228C55F5D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1769100386975.png" alt="hogi_0-1769100386975.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 16:46:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925559#M108362</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-22T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925748#M108388</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;I did some poking around on this while I was traveling today. &amp;nbsp;It looks like the grey coloration is a known issue with that font and some applications. &amp;nbsp;I'm guessing that JMP fits into that list. &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Emojis from Microsoft are&amp;nbsp;supported on PCs and tablets&amp;nbsp;running Windows 11, Windows 10, as well as Xbox. They were also available on Windows phones prior to them being&amp;nbsp;discontinued. These were provided by the &lt;I&gt;Segoe UI Emoji&lt;/I&gt;&amp;nbsp;font, &lt;U&gt;although some applications continue to show black and white emojis from an earlier release.&lt;/U&gt;&lt;/SPAN&gt;”&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://emojipedia.org/microsoft" data-outlook-id="19d8d9d8-62ad-4b8f-a03f-397ce4e88dd9" target="_blank"&gt;https://emojipedia.org/microsoft&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I'm thinking then that the best path would be to try some of the other fonts installed with windows to see if they behave better. &amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;M&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jan 2026 22:22:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925748#M108388</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2026-01-23T22:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925793#M108393</link>
      <description>&lt;DIV&gt;Hi Mike,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;thanks for the update.&lt;BR /&gt;So, is there a good chance this issue will be fixed in one of the next JMP releases?&lt;BR /&gt;&lt;BR /&gt;How do the Column Tags work? Which font is used there?&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2026 07:42:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925793#M108393</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-24T07:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925843#M108395</link>
      <description>Hey!  Those would be questions for the support team. &lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;&lt;BR /&gt;M</description>
      <pubDate>Sat, 24 Jan 2026 13:09:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925843#M108395</guid>
      <dc:creator>MikeD_Anderson</dc:creator>
      <dc:date>2026-01-24T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925851#M108396</link>
      <description>&lt;P&gt;you are right. -&amp;gt; TS-&lt;SPAN data-olk-copy-source="MessageBody"&gt;00275926&lt;BR /&gt;I will keep you updated if I get new insights from there ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I also submitted a wish to the wish list:&lt;BR /&gt;&lt;LI-MESSAGE title="Expand the Built‑in Icon Library for Modern GUI Development" uid="925802" url="https://community.jmp.com/t5/JMP-Wish-List/Expand-the-Built-in-Icon-Library-for-Modern-GUI-Development/m-p/925802#U925802" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;enabling emoji support for windows systems could be an easy shortcut.&lt;BR /&gt;Just imagine how easy GUI development would be if emojis could fill the gap whenever suitable icons are missing in the BuiltIn set!&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;I have to admit I'm a bit jealous of the users who have a Mac license.&lt;BR /&gt;
&lt;DIV&gt;Still, you could argue that&lt;SPAN&gt;&amp;nbsp;it doesn’t help them much either, since those GUIs aren’t portable across platforms anyway.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Jan 2026 14:06:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/925851#M108396</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-24T14:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/926746#M108449</link>
      <description>&lt;P&gt;From a synthesis of&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;'s questioning and internal dialog with JMP development, the bottom line is that Windows&amp;nbsp;rendering engine that&amp;nbsp;JMP currently uses&amp;nbsp;for this implementation (as of the release of JMP 19.x) is not able to render color emoji.&lt;/P&gt;
&lt;P&gt;We will consider making changes based on 360 customer feedback in future JMP releases. Please feel free to engage the&amp;nbsp;&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_blank"&gt;JMP Wish List&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;'s Wishlist Item.&lt;A class="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa" href="https://community.jmp.com/t5/JMP-Wish-List/Expand-the-Built-in-Icon-Library-for-Modern-GUI-Development/m-p/925802#U925802" target="_blank"&gt;Expand the Built‑in Icon Library for Modern GUI Development&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For customer's interested in bypass workarounds (none of these directly address this limitation), you might be interested in the approaches shared below.&amp;nbsp; &amp;nbsp;--&lt;/SPAN&gt;&lt;SPAN&gt;JMP Technical Support (Re: Case&amp;nbsp;00275926)&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//approach 1: Use Graph Box with Colored Circles, Instead of relying on emoji, draw actual colored circles using Graph Box:
New Window( "Stoplight Example",
    V List Box(
        Graph Box(
            FrameSize( 150, 50 ),
            Y Scale( 0, 1 ),
            X Scale( 0, 3 ),
            // Red circle
            Fill Color( "Red" );
            Oval( 0.25, 0.25, 0.75, 0.75, 1 );
            // Yellow circle
            Fill Color( "Yellow" );
            Oval( 1.25, 0.25, 1.75, 0.75, 1 );
            // Green circle
            Fill Color( "Green" );
            Oval( 2.25, 0.25, 2.75, 0.75, 1 );
        )
    )
);

//approach 2: Use HTML Markup in Text Box, JMP supports limited HTML markup in Text Box, including color formatting:
New Window( "Stoplight Example",
    V List Box(
        Text Box(
            "&amp;lt;font color='red'&amp;gt;●&amp;lt;/font&amp;gt; &amp;lt;font color='#FFD700'&amp;gt;●&amp;lt;/font&amp;gt; &amp;lt;font color='green'&amp;gt;●&amp;lt;/font&amp;gt;",
            &amp;lt;&amp;lt;Set Font( "Segoe UI Emoji", 20 ),
            &amp;lt;&amp;lt;Markup
        )
    )
);


//approach 3: Use Text Color Message,  Set text color directly on Text Box elements:

New Window( "Stoplight Example",
    H List Box(
        tb1 = Text Box( "●", &amp;lt;&amp;lt;Set Font( "Segoe UI Emoji", 24 ) ),
        tb2 = Text Box( "●", &amp;lt;&amp;lt;Set Font( "Segoe UI Emoji", 24 ) ),
        tb3 = Text Box( "●", &amp;lt;&amp;lt;Set Font( "Segoe UI Emoji", 24 ) )
    )
);
tb1 &amp;lt;&amp;lt; Text Color( "Red" );
tb2 &amp;lt;&amp;lt; Text Color( "Yellow" );
tb3 &amp;lt;&amp;lt; Text Color( "Green" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Jan 2026 20:25:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/926746#M108449</guid>
      <dc:creator>PatrickGiuliano</dc:creator>
      <dc:date>2026-01-27T20:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Emoji + TextBox()?</title>
      <link>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/926843#M108469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/10483"&gt;@PatrickGiuliano&lt;/a&gt;&amp;nbsp;, thanks a lot for investigation the root cause and for providing some workarounds for the special case of the traffic lights.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 09:05:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Emoji-TextBox/m-p/926843#M108469</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-01-28T09:05:45Z</dc:date>
    </item>
  </channel>
</rss>

