PVGadgets_BubbleTip (Window.l,Gadget.l,Text$ ,Flag.l, [BColor.l] )
Previous  Top  Next

Creates a Bubble Style Tool Tip.

Use:
PVX::PVGadgets_BubbleTip(Window,Gadget,"This is a BubbleTip",0,$DFFFFF)


Both Flag and BColor are optional.


Flag
#BubbleTip - BubbleTip Style  
#ToolTip - Regular ToolTip Style  
#DisableTip - Disable BubbleTip  

Using the Flag allows you to change the style of your bubble tip or disable it completely during the execution of your program.


BColor

$0 - $FFFFFF - Set Background color of BubbleTip