dialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI Control |GROUP1= ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofpr |Game name=
|game1= ofp
|version1= 1.78


|1.78|Game version=
|game2= ofpe
|version2= 1.00


|gr1= GUI Control |GROUP1=
|game3= arma1
|version3= 1.00


|game4= arma2
|version4= 1.00


|game5= arma2oa
|version5= 1.50


|gr1= GUI Control |=GROUP1
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


| Tests whether any user dialog is open.|DESCRIPTION=
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50


| [[Boolean]] <nowiki>=</nowiki> [[dialog]] |SYNTAX=
|gr1= GUI Control


| [[Boolean]] - 
|descr= Tests whether any user dialog is open.
true if a dialog is open, false if not |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[if]] (![[dialog]]) [[then]] {[[createDialog]] "Dialog1";};</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[displayCtrl]], [[createDisplay]], [[createDialog]], [[closeDialog]], [[displayNull]], [[controlNull]], [[createDisplay]], [[ctrlCreate]], [[displayParent]], [[Arma: GUI Configuration]]  |SEEALSO=
|s1= [[dialog]]


}}
|r1= [[Boolean]] - [[true]] if a dialog is open, [[false]] if not


<h3 style="display:none">Notes</h3>
|x1= <sqf>if (!dialog) then { createDialog "Dialog1"; };</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[createDisplay]] [[createDialog]] [[closeDialog]] [[Arma: GUI Configuration]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|DIALOG]]
[[Category:Scripting Commands OFP 1.99|DIALOG]]
[[Category:Scripting Commands OFP 1.96|DIALOG]]
[[Category:Scripting Commands Armed Assault|DIALOG]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Tests whether any user dialog is open.
Groups:
GUI Control

Syntax

Syntax:
dialog
Return Value:
Boolean - true if a dialog is open, false if not

Examples

Example 1:
if (!dialog) then { createDialog "Dialog1"; };

Additional Information

See also:
createDisplay createDialog closeDialog Arma: GUI Configuration

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