ctrlSetBackgroundColor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(67 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Sets background color of given control. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| control '''ctrlSetBackgroundColor''' color |= Syntax
|game4= tkoh
|version4= 1.00


|p1= control: [[Control]] |= Parameter 1
|game5= arma3
|version5= 0.50


|p2= color: [[Array]] (format [[Color]]) |= Parameter 2
|gr1= GUI Control


| [[Nothing]] |= Return value
|descr= Sets background color of given control. Only affects:
____________________________________________________________________________________________
{{Columns|2|
 
* [[CT_COMBO]]
|x1= <pre>_control ctrlSetBackgroundColor [1, 0, 0, 1]</pre> |= Example 1
* [[CT_STATIC]]
____________________________________________________________________________________________
* [[CT_STRUCTURED_TEXT]]
 
* [[CT_MAP]]
| |= See also
* [[CT_MAP_MAIN]]
* {{GVI|arma3|2.02|size= 0.75}} [[CT_BUTTON]]
* {{GVI|arma3|2.02|size= 0.75}} [[CT_SHORTCUTBUTTON]]
* {{GVI|arma3|2.02|size= 0.75}} [[CT_ACTIVETEXT]]
}}


}}
|s1= control [[ctrlSetBackgroundColor]] color


<h3 style="display:none">Notes</h3>
|p1= control: [[Control]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|p2= color: [[Array]] of [[Color|Color (RGBA)]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|r1= [[Nothing]]


[[Category:Scripting Commands|CTRLSETBACKGROUNDCOLOR]]
|x1= <sqf>_control ctrlSetBackgroundColor [1, 0, 0, 1];</sqf>
[[Category:Scripting Commands ArmA|CTRLSETBACKGROUNDCOLOR]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]


<!-- CONTINUE Notes -->
|seealso= [[allControls]] [[allDisplays]] [[controlsGroupCtrl]] [[ctrlDelete]] [[ctrlModel]] [[ctrlSetModel]] [[ctrlPosition]] [[ctrlSetPosition]] [[ctrlClassName]] [[ctrlModelScale]] [[ctrlSetModelScale]] [[ctrlModelDirAndUp]] [[ctrlSetModelDirAndUp]] [[displayParent]]
<dl class="command_description">
}}
<dd class="notedate">Posted on May 10, 2017 - 14:31 (UTC)</dd>
<dt class="note">[[User:Dedmen|Dedmen]]</dt>
<dd class="note">
According to https://feedback.bistudio.com/T78904
This definetly doesn't work with RscButton's.<\br>
According to (https://resources.bisimulations.com/wiki/ctrlSetBackgroundColor) this "Only affects Comboboxes, Static Text, Structured Text or Maps. "
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 17:45, 17 April 2023

Hover & click on the images for description

Description

Description:
Sets background color of given control. Only affects:
Groups:
GUI Control

Syntax

Syntax:
control ctrlSetBackgroundColor color
Parameters:
control: Control
color: Array of Color (RGBA)
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetBackgroundColor [1, 0, 0, 1];

Additional Information

See also:
allControls allDisplays controlsGroupCtrl ctrlDelete ctrlModel ctrlSetModel ctrlPosition ctrlSetPosition ctrlClassName ctrlModelScale ctrlSetModelScale ctrlModelDirAndUp ctrlSetModelDirAndUp displayParent

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