FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Tooltip style(s)
Posts: 114
Joined: Tue Feb 14, 2006 08:13 AM

Tooltip style(s)

Posted: Thu Mar 02, 2006 04:40 PM

Anyone knows how I can have tooltips of the Baloon style ?
Thanks to all
Evans

Posts: 252
Joined: Tue Oct 25, 2005 02:48 PM

Tooltip style(s)

Posted: Thu Mar 02, 2006 07:48 PM

You must modify window.prg and include it to your app.
Search into window.prg for "balloon" (I think is placed in method ShowTooltip), you will find how modify it to turn "square tooltip" into "balloon tooltip"

Regards
Maurilio

Posts: 114
Joined: Tue Feb 14, 2006 08:13 AM

Tooltip style(s)

Posted: Fri Mar 03, 2006 03:00 AM
Maurilio Viana wrote:You must modify window.prg and include it to your app.
Search into window.prg for "balloon" (I think is placed in method ShowTooltip), you will find how modify it to turn "square tooltip" into "balloon tooltip"

Regards
Maurilio


Thank you Maurilio.
I have activated the third parameter (, .T.) and it works fine.
Kind regards
Evans

Continue the discussion