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.
Thanks to james bott
- Patrick Mast
- Posts: 246
- Joined: Sat Mar 03, 2007 8:42 pm
Re: Thanks to james bott
Hey Silvio,
Patrick
The "standard" is oObj:cTooltipSilvio 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
Patrick
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
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
>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