Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tooltip 1

Status
Not open for further replies.

rudyboy

Programmer
Oct 16, 2003
49
0
0
PH
Hi everyone,

I need to create a tooltip module to guide my users in the controls of my window and the controls inside my datawindow(ex. button inside datawindow). Is this possible? I am using PB6.5

Please help

Thanks
 
u could ideally have a static text with the contents of tooltip and make it invisible..
in the mouseover event of the button u can make the statuc text control visible

mouseover event - u need to create a user defined event of type pdwm_mouseover (something similar to this name)
 
I already did that, what if it is inside a datawindow for example a button, if you use mousemove it will only display the context for the datawindow and not the controls inside it.

Thanks

 
Thank you mbalent! Though it was written in PB9 i was able to import it into PB6.5, I am now using it in my program.


Rudy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top