TAdvSmoothListBoxItem Notes with html special characters

There's a 2018 topic about HTMLText where the final answer was that the special character supported set would be improved ( HTMLText accent character ) .

It doesn't apply to AdvSmoothListBoxItem.Notes ?
I've been assigning a richedit's ContentAsHTML to a bubble-style item's notes, and it basically supports line-breaks, underline,italic, bold ... but it shows html special characters as raw plain text.

Ex.: image

It should show:

Açaí
Não
Señor
Página
ç
Ç

The Notes HTML string is:
<HTML><BODY style='font-family:"Tahoma";font-style:normal;font-weight:normal;font-size:8pt'><FONT color="#000000">A&ccedil;a&iacute;<BR></FONT><FONT color="#000000">N&atilde;o<BR></FONT><FONT color="#000000">Se&ntilde;or<BR></FONT><FONT color="#000000">P&aacute;gina<BR></FONT><FONT color="#000000">&ccedil;<BR></FONT><FONT color="#000000">&Ccedil;<BR></FONT></BODY></HTML>

Is there any way to make Notes property support these characters?

We can inform we have improved the HTML engine for smooth controls.
The next update will address this.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.