Page 1 of 1
Can change FONT in Tooltip ?
Posted: Wed Aug 09, 2006 3:54 am
by Peter
Dear all,
I'm use FiveWin 2.1c, It's possible to change FONT in tooltip of TSButton ?
Best Regrad,
Peter
Posted: Wed Aug 09, 2006 6:30 am
by Antonio Linares
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.
Posted: Fri Aug 11, 2006 4:37 am
by Peter
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.
So, Can I get more detail of recompiled window.prg ?
Posted: Fri Aug 11, 2006 6:45 am
by Taiwan
Hello Peter,
You modify Window.prg and just recompile it within your link script file.
That's all.
Regards,
Richard
Thank you very much
Posted: Tue Aug 22, 2006 1:36 pm
by Peter
Deai Taiwan,
Thank you for your suggestion, I'm got it.
Best ReGrad