B4J Question [ABMaterial] ABMActionButton Tooltip

ToolboxZX

Member
Licensed User
Longtime User
Is there a sample of code available for the proper use of tooltips with action buttons?
Use of various ABM.POSITION_ values always seems to cause the tip to only appear below the button and it is barely visible in the browser window. Sample of code line used:

acb1.MainButton.SetTooltip("top",ABM.POSITION_TOPLEFT,1)
 
Top