FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Thanks to james bott
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Thanks to james bott
Posted: Mon Aug 11, 2008 12:24 PM

I had problems with tsbutton of Mercado.

the problem was on my application not refresh the message of tooltip

After many test james founded an error to my problem.

the sbutton class use two different tooltip variable.
obt:ctiptool and btn:ctooltip
We not know why mercado not unique this variable.

thanks to james.

Best Regards, Saludos



Falconi Silvio
Posts: 246
Joined: Sat Mar 03, 2007 08:42 PM
Re: Thanks to james bott
Posted: Mon Aug 11, 2008 12:57 PM
Hey Silvio,

Silvio wrote:I had problems with tsbutton of Mercado. the problem was on my application not refresh the message of tooltip. After many test james founded an error to my problem. the sbutton class use two different tooltip variable. obt:ctiptool and btn:ctooltip
The "standard" is oObj:cTooltip

Patrick
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Thanks to james bott
Posted: Mon Aug 11, 2008 01:01 PM
Patrick,

>The "standard" is oObj:cTooltip

Of course, and that is what gave us the problem. You cannot change the tooltip by doing:

oBtn:cTooltip := "New tooltip"

You have to do this instead:

oBtn:cTiptool := "New tooltip"

I'm sure Manuel had a good reason for this, but I don't know what it was.

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion