ctrlSetTooltip: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Most A3 controls now support tooltips.)
(details.)
Line 29: Line 29:


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<!-- Note Section BEGIN -->
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on April 13, 2017 - 18:12 (UTC)</dd>
 
<dt class="note">[[User:Demellion|Demellion]]</dt>
<dd class="note">
As of '''Arma 1.66''' [[DialogControls-ProgressBar|CT_PROGRESS]] is yet not supported.
</dd>
</dl>
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>



Revision as of 17:14, 13 April 2017

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets tooltip text of given control.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetTooltip text
Parameters:
control: Control - Any control type, (except for CT_STATIC & CT_STRUCTURED_TEXT, although Arma 3 now supports these too)
text: String
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetTooltip "tooltip"
Example 2:
((findDisplay 10000) displayCtrl 10001) ctrlSetTooltip "ThisIsAGoodTip"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on April 13, 2017 - 18:12 (UTC)
Demellion
As of Arma 1.66 CT_PROGRESS is yet not supported.

Bottom Section