lbSetPictureRight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "")
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
Line 14: Line 14:
In Arma 3 it might be necessary to set the color of the picture as well with [[lbSetPictureRightColor]] as default [0,0,0,0] color makes picture invisible.  
In Arma 3 it might be necessary to set the color of the picture as well with [[lbSetPictureRightColor]] as default [0,0,0,0] color makes picture invisible.  


{{Informative|When trying to select a listBox entry by clicking at the right picture, the control in the background is focused. It seems the width of the control is not extended by adding a right picture.}}
{{Feature|Informative|When trying to select a listBox entry by clicking at the right picture, the control in the background is focused. It seems the width of the control is not extended by adding a right picture.}}


| '''lbSetPictureRight''' [idc, index, name]
| '''lbSetPictureRight''' [idc, index, name]

Revision as of 01:11, 7 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - ListBox

Syntax

Syntax:
Syntax needed
Parameters:
[idc, index, name]: Array
idc: Number of control
index: Number
name: String
Return Value:
Return value needed

Alternative Syntax

Syntax:
control lbSetPictureRight [index, name]
Parameters:
control: Control
[index, name]: Array
index: Number
name: String
Return Value:
Nothing

Examples

Example 1:
lbSetPictureRight [101, 0, "iskoda"];
Example 2:
_control lbSetPictureRight [0, "iskoda"];

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
Posted: Sep 10 2014
ffur2007slx2_5
More information on the LB command family can be found here