Page MenuHomeFeedback Tracker

tooltipPerColumn = 1 but lnbSetTooltip does not apply tooltip to columns > 1
New, NormalPublic

Description

lnbSetTooltip does not apply the tooltip to columns after 1, even though I have enabled tooltipPerColumn = 1.
E.g.

private _ID = _lnb lnbAddRow ["0", "1", "2"];
_lnb lnbSetTooltip [[_ID, 0], "0"];
_lnb lnbSetTooltip [[_ID, 1], "1"];
_lnb lnbSetTooltip [[_ID, 2], "2"];

Tooltip for columns 0 and 1 are applied, but column 2 still uses the tooltip from column 1.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

Leopard20 updated the task description. (Show Details)Aug 13 2022, 10:40 AM