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

Creates a Bubble Style Tool Tip and assigns it to a Gadget.

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


Both Flag and BColor are optional.


Flag
PVX::#BubbleTip - BubbleTip Style  
PVX::#ToolTip - Regular ToolTip Style  
PVX::#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