ctrlSetText: Difference between revisions
Jump to navigation
Jump to search
(updated) |
Dr Eyeball (talk | contribs) (ctrl: Combine IDC/Control variations) |
||
Line 11: | Line 11: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set the text of a control of the currently active user dialog. This command can be used for static texts, buttons, edit lines and active texts as well as for images, where you can use it to set the image path. Read [[Dialog Control]] for more information about user dialogs and controls. |= Description | | Set the text of a control of the currently active user dialog. This command can be used for: static texts, buttons, edit lines and active texts as well as for images, where you can use it to set the image path. | ||
Read [[Dialog Control]] for more information about user dialogs and controls. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 23: | Line 25: | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | |||
|s2= controlName '''ctrlSetText''' text |= Alternative Syntax | |||
|p21= controlName: [[Control]] |= | |||
|p22= text: [[String]] |= | |||
|r2= [[Nothing]] |= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= ctrlSetText [100, "Hello world"] |= Example 1 | |x1= <pre>ctrlSetText [100, "Hello world"]</pre> |= Example 1 | ||
|x2= <pre>_control ctrlSetText "Hello world."</pre> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ctrlText | | [[ctrlText]] |= See also | ||
}} | }} |
Revision as of 02:02, 23 June 2009
Description
- Description:
- Set the text of a control of the currently active user dialog. This command can be used for: static texts, buttons, edit lines and active texts as well as for images, where you can use it to set the image path. Read Dialog Control for more information about user dialogs and controls.
- Groups:
- Uncategorised
Syntax
- Syntax:
- ctrlSetText [idc, text]
- Parameters:
- [idc, text]: Array
- idc: Integer - control ID
- text: String - text or image path, depending on the control type
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- controlName ctrlSetText text
- Parameters:
- controlName: Control
- text: String
- Return Value:
- Nothing
Examples
- Example 1:
ctrlSetText [100, "Hello world"]
- Example 2:
_control ctrlSetText "Hello world."
Additional Information
- See also:
- ctrlText
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.5
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Command Group: GUI Control
- Scripting Commands ArmA2