Dear All,
I use TSButton.lib of Manuel Mercado a lot in my program but TSButton does not support unicod (I thought). Because it doesn't show charactor correctly. I try to add FW_SetUnicode(.T.) in top of the TSButton Classes but it doesn't work.
How to make TSButton class support FW_SetUnicode()?
Thanks in advance.

I use TSButton.lib of Manuel Mercado a lot in my program but TSButton does not support unicod (I thought). Because it doesn't show charactor correctly. I try to add FW_SetUnicode(.T.) in top of the TSButton Classes but it doesn't work.
How to make TSButton class support FW_SetUnicode()?
Thanks in advance.
FW_SetUnicode( .T. )
DEFINE FONT oFnt NAME "Segoe UI" SIZE 0, -14DEFINE DIALOG oWnd SIZE Â 500, 200 TITLE 'Test TSButton' TRUEPIXEL FONT oFnt
  @160, 70 SBUTTON oBtn PROMPT "ä¸å›½ç‰ˆ"     OF oWnd SIZE 150, 25 PIXEL  FONT oFnt ;
       ACTION GTraslate2()
 Â
  @160,280 BUTTON 'ä¸å›½ç‰ˆ' OF oWnd SIZE 150, 25 PIXEL  FONT oFnt ;  // "Translate F/O Menu"
       ACTION TranslateMenu()
  ACTIVATE DIALOG oWnd CENTER
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
