Page 1 of 1

Tooltip style(s)

PostPosted: Thu Mar 02, 2006 4:40 pm
by E. Bartzokas
Anyone knows how I can have tooltips of the Baloon style ?
Thanks to all
Evans

PostPosted: Thu Mar 02, 2006 7:48 pm
by Maurilio Viana
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

PostPosted: Fri Mar 03, 2006 3:00 am
by E. Bartzokas
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