lbSetPictureRightColor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| Arma 3 | | Arma 3 | ||
|1.22 | |1.22 | ||
|gr1= GUI Control - ListBox | |gr1= GUI Control - ListBox | ||
| Sets the color of the second (right aligned) picture of the given index of the listbox with id idc of the topmost user dialog to the given color. Color is in format [[Color|Color (RGBA)]]. Color which consists from only zeros means disable this override. | | Sets the color of the second (right aligned) picture of the given index of the listbox with id idc of the topmost user dialog to the given color. Color is in format [[Color|Color (RGBA)]]. Color which consists from only zeros means disable this override. | ||
| '''lbSetPictureRightColor''' [idc, index, color] | | '''lbSetPictureRightColor''' [idc, index, color] | ||
|p1= [idc, index, name]: [[Array]] | |p1= [idc, index, name]: [[Array]] | ||
|p2= idc: [[Number]] of control | |p2= idc: [[Number]] of control | ||
|p3= index: [[Number]] | |p3= index: [[Number]] | ||
|p4= color: [[Array]] | |p4= color: [[Array]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|s2= control '''lbSetPictureRightColor''' [index, color] | |s2= control '''lbSetPictureRightColor''' [index, color] | ||
|p21= control: [[Control]] |PARAMETER21= | |p21= control: [[Control]] |PARAMETER21= | ||
Line 23: | Line 23: | ||
|p24= color: [[Array]] |PARAMETER24= | |p24= color: [[Array]] |PARAMETER24= | ||
|r2= [[Nothing]] | |r2= [[Nothing]] | ||
|x1=<code>[[lbSetPictureRightColor]] [101, 0, [0, 1, 0, 0.5]];</code> |EXAMPLE1= | |x1=<code>[[lbSetPictureRightColor]] [101, 0, [0, 1, 0, 0.5]];</code> |EXAMPLE1= | ||
|x2= <code>_ctrl [[lbSetPictureRightColor]] [0, [1, 1, 1, 1]];</code> | |x2= <code>_ctrl [[lbSetPictureRightColor]] [0, [1, 1, 1, 1]];</code> | ||
| [[lbAdd]], [[lbClear]], [[lbColor]], [[lbSetPictureColorSelected]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]], [[lbSetPicture]], [[lbSetPictureColor]] | | [[lbAdd]], [[lbClear]], [[lbColor]], [[lbSetPictureColorSelected]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]], [[lbSetPicture]], [[lbSetPictureColor]] | ||
}} | }} |
Revision as of 01:03, 18 January 2021
Description
- Description:
- Sets the color of the second (right aligned) picture of the given index of the listbox with id idc of the topmost user dialog to the given color. Color is in format Color (RGBA). Color which consists from only zeros means disable this override.
- Groups:
- GUI Control - ListBox
Syntax
- Syntax:
- lbSetPictureRightColor [idc, index, color]
- Parameters:
- [idc, index, name]: Array
- idc: Number of control
- index: Number
- color: Array
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- control lbSetPictureRightColor [index, color]
- Parameters:
- control: Control
- [index, name]: Array
- index: Number
- color: Array
- Return Value:
- Nothing
Examples
- Example 1:
lbSetPictureRightColor [101, 0, [0, 1, 0, 0.5]];
- Example 2:
_ctrl lbSetPictureRightColor [0, [1, 1, 1, 1]];
Additional Information
- See also:
- lbAddlbClearlbColorlbSetPictureColorSelectedlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetSelectedlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValuelbSetPicturelbSetPictureColor
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: Sep 10 2014
- ffur2007slx2_5
- More information on the LB command family can be found here