ctrlTextHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\: ?Command[ _]Group\:.*\|\{\{uc\:\{\{PAGENAME\}\}\}\}\]\] " to "")
m (Text replacement - "Nelis.75733126" to "Nelis75733126")
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 0.50


|0.50|Game version=
|gr1= GUI Control


|gr1= GUI Control |GROUP1=
|descr= Returns the text control's height. Supported control [[ctrlType|types]]:
____________________________________________________________________________________________
{{Columns|3|
 
* [[CT_STATIC]]
| Returns the control text height. Supported control [[ctrlType|types]] are:
* [[CT_STRUCTURED_TEXT]]
* [[DialogControls-Text|CT_STATIC]] 0
* [[CT_EDIT]]
* [[DialogControls-EditBox|CT_EDIT]] 2        (''Since Arma 3 v1.57.135040'')
* {{GVI|arma3|2.06|size= 0.75}} [[CT_XKEYDESC]]
* [[DialogControls-Text|CT_STRUCTURED_TEXT]] 13  |DESCRIPTION=
* {{GVI|arma3|2.06|size= 0.75}} [[CT_XBUTTON]]
____________________________________________________________________________________________
* {{GVI|arma3|2.06|size= 0.75}} [[CT_SHORTCUTBUTTON]]
 
* {{GVI|arma3|2.06|size= 0.75}} [[CT_BUTTON]]
| '''ctrlTextHeight''' control |SYNTAX=
* {{GVI|arma3|2.06|size= 0.75}} [[CT_ACTIVETEXT]]
 
}}
|p1= control: [[Control]] |PARAMETER1=


| [[Number]] |RETURNVALUE=
|s1= [[ctrlTextHeight]] control


|p1= control: [[Control]]


|x1= <code>_h = [[ctrlTextHeight]] _ctrl;</code>|EXAMPLE1=
|r1= [[Number]]


____________________________________________________________________________________________
|x1= <sqf>_h = ctrlTextHeight _ctrl;</sqf>


| [[ctrlFontHeight]] [[ctrlTextWidth]] [[ctrlSetText]] [[ctrlType]] [[Arma: GUI Configuration]] |SEEALSO=
|seealso= [[ctrlFontHeight]] [[ctrlTextWidth]] [[ctrlSetText]] [[ctrlType]] [[Arma: GUI Configuration]]
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
<dt></dt>
</dl>
<dd class="notedate">Posted on 2017-05-24 - 21:34 (UTC)</dd>
 
<dt class="note">[[User:Nelis75733126|Nelis75733126]]</dt>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
 
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on May 24, 2017 - 21:34 (UTC)</dd>
<dt class="note">[[User:IT07|IT07]]</dt>
<dd class="note">
<dd class="note">
in Arma 3 v.1.70.141764, this command always returns 0 if the control has no width.  
In Arma 3 v1.70, this command always returns 0 if the definition for width of the control ( inside .hpp or .cpp file ) is missing.  
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 16:38, 29 June 2024

Hover & click on the images for description

Description

Description:
Returns the text control's height. Supported control types:
Groups:
GUI Control

Syntax

Syntax:
ctrlTextHeight control
Parameters:
control: Control
Return Value:
Number

Examples

Example 1:
_h = ctrlTextHeight _ctrl;

Additional Information

See also:
ctrlFontHeight ctrlTextWidth ctrlSetText ctrlType Arma: GUI Configuration

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
Posted on 2017-05-24 - 21:34 (UTC)
Nelis75733126
In Arma 3 v1.70, this command always returns 0 if the definition for width of the control ( inside .hpp or .cpp file ) is missing.