Home > Archive > PowerBuilder > November 2005 > Tooltip to button?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Tooltip to button?
|
|
|
| Hello all I'm new to pb.
In PB 6.5 I want to add a "what's this" message on a button in order to
display a simple tip when mouse is on the button.
I've searched along but found nothing.
Any help would be appreciated.
Many tnx
Bye
F.
| |
| IchBin 2005-11-21, 7:02 pm |
| Fabri wrote:
> Hello all I'm new to pb.
> In PB 6.5 I want to add a "what's this" message on a button in order to
> display a simple tip when mouse is on the button.
> I've searched along but found nothing.
> Any help would be appreciated.
> Many tnx
> Bye
> F.
>
Think you can just use an external windows api call.
http://search.sybase.com/kbx/change...s?bug_id=299439
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
________________________________________
__________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
| |
| IW0DJB 2005-11-27, 7:01 pm |
| Hy, put the tip on the tag properties of the button.
Then you can display the tip on the Microhelp space writing the code on the
getfocus event. You can also use the RButtonDown event for display a little
floating menù with the "What's This..." item.
Else you can track the mouse position with PointerX/Y function and when it
matches the X/Y position of the button display the message.
Ciao
"IchBin" <weconsul@ptd.net> ha scritto nel messaggio
news:ntOdncwYAYFRbBzeUSdV9g@ptd.net...
> Fabri wrote:
> Think you can just use an external windows api call.
>
> http://search.sybase.com/kbx/change...s?bug_id=299439
>
> --
>
>
> Thanks in Advance...
> IchBin, Pocono Lake, Pa, USA
> http://weconsultants.servebeer.com/JHackerAppManager
> ________________________________________
__________________________________
>
> 'If there is one, Knowledge is the "Fountain of Youth"'
> -William E. Taylor, Regular Guy (1952-)
|
|
|
|
|