Thanks to james bott

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Thanks to james bott

Post by Silvio »

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
User avatar
Patrick Mast
Posts: 246
Joined: Sat Mar 03, 2007 8:42 pm

Re: Thanks to james bott

Post by Patrick Mast »

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
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

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
Post Reply