Difference between revisions of "lbSetPictureColor"
Jump to navigation
Jump to search
m (template:command argument fix) |
|||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | Sets the color of item's picture (left) with the given index of the listbox with id idc of the topmost user dialog to the given color. Color is in format [[Color]]. Color which consists from only zeros means disable this override. |= | + | | Sets the color of item's picture (left) with the given index of the listbox with id idc of the topmost user dialog to the given color. Color is in format [[Color]]. Color which consists from only zeros means disable this override. |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | '''lbSetPictureColor''' [idc, index, color] |= | + | | '''lbSetPictureColor''' [idc, index, color] |SYNTAX= |
− | |p1= [idc, index, name]: [[Array]] |= | + | |p1= [idc, index, name]: [[Array]] |PARAMETER1= |
− | |p2= idc: [[Number]] of control |= | + | |p2= idc: [[Number]] of control |PARAMETER2= |
− | |p3= index: [[Number]] |= | + | |p3= index: [[Number]] |PARAMETER3= |
− | |p4= color: [[Array]] |= | + | |p4= color: [[Array]] |PARAMETER4= |
− | | [[Nothing]] |= | + | | [[Nothing]] |RETURNVALUE= |
− | |s2= control '''lbSetPictureColor''' [index, color] |= | + | |s2= control '''lbSetPictureColor''' [index, color] |SYNTAX= |
− | |p21= control: [[Control]] |= | + | |p21= control: [[Control]] |PARAMETER1= |
− | |p22= [index, name]: [[Array]] |= | + | |p22= [index, name]: [[Array]] |PARAMETER2= |
− | |p23= index: [[Number]] |= | + | |p23= index: [[Number]] |PARAMETER3= |
− | |p24= color: [[Array]] |= | + | |p24= color: [[Array]] |PARAMETER4= |
− | |r2= [[Nothing]] |= | + | |r2= [[Nothing]] |RETURNVALUE= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1=<code>[[lbSetPictureColor]] [101, 0, [0, 1, 0, 0.5]];</code> |= | + | |x1=<code>[[lbSetPictureColor]] [101, 0, [0, 1, 0, 0.5]];</code> |EXAMPLE1= |
− | |x2= <code>_ctrl [[lbSetPictureColor]] [0, [1, 1, 1, 1]];</code> |= | + | |x2= <code>_ctrl [[lbSetPictureColor]] [0, [1, 1, 1, 1]];</code> |EXAMPLE2= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | [[lbAdd]], [[lbClear]], [[lbColor]], [[lbSetPictureColorSelected]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]], [[lbSetPicture]]|= | + | | [[lbAdd]], [[lbClear]], [[lbColor]], [[lbSetPictureColorSelected]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbIsSelected]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]], [[lbSetPicture]]|SEEALSO= |
}} | }} |
Revision as of 14:42, 7 April 2019
Notes
- Posted: Sep 10 2014
- ffur2007slx2_5
- More information on the LB command family can be found here
Bottom Section
- Posted on August 18, 2015 - 09:55 (UTC)
- IT07
-
(ArmA 3 1.48) To give an image on the right side of a listbox item:
_ctrl lbSetPictureRightColor [_index, [1,1,1,0.7]];