FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ToolTip
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
ToolTip
Posted: Mon Mar 09, 2009 09:25 AM

Hi, all !
How I do tooltip(balloon) on button, get, say ?

FWH 8.4

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: ToolTip
Posted: Mon Mar 09, 2009 11:02 AM
At Start MAIN()
------------------
SetBalloon( .T. ) // Balloon shape required for tooltips

REDEFINE GET oGet1 .....
oGet1:cTooltip := "Test"

REDEFINE SAY oSay1 .....
I'm not shure, if it is possible.

Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: ToolTip
Posted: Mon Mar 09, 2009 11:21 AM

Thanks !

Continue the discussion