Dear all,
I'm use FiveWin 2.1c, It's possible to change FONT in tooltip of TSButton ?
Best Regrad,
Peter
Dear all,
I'm use FiveWin 2.1c, It's possible to change FONT in tooltip of TSButton ?
Best Regrad,
Peter
Peter,
in fw\source\classes\window.prg search for "DEFINE WINDOW oToolTip...", some lines below you find "DEFINE FONT oFont NAME GetSysFont() SIZE 0, -8".
Change that font definition and use that window.prg recompiled.
Antonio Linares wrote:Peter,
in fw\source\classes\window.prg search for "DEFINE WINDOW oToolTip...", some lines below you find "DEFINE FONT oFont NAME GetSysFont() SIZE 0, -8".
Change that font definition and use that window.prg recompiled.
Hello Peter,
You modify Window.prg and just recompile it within your link script file.
That's all.
Regards,
Richard
Deai Taiwan,
Thank you for your suggestion, I'm got it.
Best ReGrad ![]()