lnbSetColumnsPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (General tidy + "see also")
m (Some wiki formatting)
 
(84 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Sets the additional text (invisible) in the item with the given position of the 2D listbox. |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''lnbsetColumnsPos''' [idc,[row,column],data] |= Syntax
|game4= arma3
|version4= 0.50


|p1= [idc,[row,column],data]: Array - |= PARAMETER1
|gr1= GUI Control - ListNBox


|p2= |= PARAMETER2
|descr= Sets relative screen X for ListNBox control columns positions. Setter for [[lnbGetColumnsPosition]].


|p3= |= PARAMETER3
|s1= [[lnbSetColumnsPos]] [idc, positions]


| Nothing |= RETURNVALUE
|p1= idc: [[Number]] - idc of the control


|p2= positions: [[Array]] - positions of the columns


|x1= <code>{{Example needed}}</code>|= Example 1
|r1= [[Nothing]]
____________________________________________________________________________________________


| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbSetCurSelRow]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |= SEEALSO
|s2= ctrl [[lnbSetColumnsPos]] positions


| |= MPBEHAVIOUR
|p21= ctrl: [[Control]] - lnb control
____________________________________________________________________________________________
 
}}
|p22= positions: [[Array]] - positions of the columns
 
|r2= [[Nothing]]
 
|x1= <sqf>lnbSetColumnsPos [101, [0.1,0.5,0.7]];</sqf>


<h3 style='display:none'>Notes</h3>
|x2= <sqf>_ctrl lnbSetColumnsPos [0.1,0.5,0.7];</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[lnbAddArray]] [[lnbAddColumn]] [[lnbAddRow]] [[lnbClear]] [[lnbColor]] [[lnbCurSelRow]] [[lnbData]] [[lnbDeleteColumn]] [[lnbDeleteRow]] [[lnbGetColumnsPosition]] [[lnbPicture]] [[lnbSetColor]] [[lnbSetCurSelRow]] [[lnbSetData]] [[lnbSetPicture]] [[lnbSetText]] [[lnbSetValue]] [[lnbSize]] [[lnbText]] [[lnbValue]]
</dl>
}}


<h3 style='display:none'>Bottom Section</h3>
{{Note
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
|user= ffur2007slx2_5
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
|timestamp= 20140909165200
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
|text= See: [[List Box#LISTNBOX]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 01:12, 14 May 2023

Hover & click on the images for description

Description

Description:
Sets relative screen X for ListNBox control columns positions. Setter for lnbGetColumnsPosition.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetColumnsPos [idc, positions]
Parameters:
idc: Number - idc of the control
positions: Array - positions of the columns
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetColumnsPos positions
Parameters:
ctrl: Control - lnb control
positions: Array - positions of the columns
Return Value:
Nothing

Examples

Example 1:
lnbSetColumnsPos [101, [0.1,0.5,0.7]];
Example 2:
_ctrl lnbSetColumnsPos [0.1,0.5,0.7];

Additional Information

See also:
lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbText lnbValue

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
ffur2007slx2_5 - c
Posted on Sep 09, 2014 - 16:52 (UTC)
See: List Box#LISTNBOX