lnbSetCurSelRow: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Fred Gandt (talk | contribs) m (General tidy + "see also") |
||
Line 21: | Line 21: | ||
|x1= <code>_lnb =(findDisplay 300) displayCtrl 304; | |x1= <code>_lnb = ([[findDisplay]] 300) [[displayCtrl]] 304; | ||
_lnb lnbSetCurSelRow 5;</code>|= | _lnb [[lnbSetCurSelRow]] 5;</code>|= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbsetColumnsPos]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 05:52, 11 April 2014
Description
- Description:
- Selects the row with the given index of the 2D listbox.
- Groups:
- Uncategorised
Syntax
- Syntax:
- lnbSetCurSelRow [idc,index]
- Parameters:
- [idc,index]: Array -
- Return Value:
- Nothing
Examples
- Example 1:
_lnb = (findDisplay 300) displayCtrl 304; _lnb lnbSetCurSelRow 5;
Additional Information
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbsetColumnsPoslnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
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