FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper Can change FONT in Tooltip ?
Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM
Can change FONT in Tooltip ?
Posted: Wed Aug 09, 2006 03:54 AM

Dear all,

I'm use FiveWin 2.1c, It's possible to change FONT in tooltip of TSButton ?

Best Regrad,

Peter

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Can change FONT in Tooltip ?
Posted: Wed Aug 09, 2006 06:30 AM

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.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM
Can change FONT in Tooltip ?
Posted: Fri Aug 11, 2006 04:37 AM
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 ?
Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
Can change FONT in Tooltip ?
Posted: Fri Aug 11, 2006 06:45 AM

Hello Peter,

You modify Window.prg and just recompile it within your link script file.
That's all.

Regards,

Richard

Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM
Thank you very much
Posted: Tue Aug 22, 2006 01:36 PM

Deai Taiwan,

Thank you for your suggestion, I'm got it.

Best ReGrad :D

Continue the discussion