Page MenuHomeFeedback Tracker

No empty dialog class available per default for usage in combination with ctrlCreate etc. commands
New, WishlistPublic

Description

Currently, we lack an empty dialog class which should be per default in the game so that it is possible to create a dialog on the fly without any need of config editing

without that, the commands ctrlCreate etc. are kinda useless as most dialogs then can be made 100% in config files anyway then

So please add an RscEmpty dialog class to the default game

kindly regards
X39

Details

Legacy ID
1467067695
Severity
None
Resolution
Fixed
Reproducibility
N/A
Operating System
Windows 7
Category
Scripting
Steps To Reproduce

Precondition:
Empty mission, only your soldier placed down

Steps:

  1. Create an empty dialog
  2. Add some random element to it

Issues:

  • while step 1: it is not possible to create an empty dialog in vanilla arma

Expected:

  • while step 1: it should be possible to create an empty dialog in vanilla arma

Event Timeline

X39 edited Steps To Reproduce. (Show Details)Dec 13 2015, 7:02 PM
X39 set Category to Scripting.
X39 set Reproducibility to N/A.
X39 set Severity to None.
X39 set Resolution to Open.
X39 set Legacy ID to 1467067695.May 8 2016, 1:19 PM

_textBox = findDisplay 46 createDisplay "RscDisplayEmpty" ctrlCreate ["RscText", -1];

BIS_fnc_KK updated the task description. (Show Details)Mar 1 2017, 8:01 PM
BIS_fnc_KK changed Resolution from Open to Fixed.
BIS_fnc_KK edited Steps To Reproduce. (Show Details)
BIS_fnc_KK set Operating System to Windows 7.