Page MenuHomeFeedback Tracker

"enable = false;" does not work for RscMapControl
Closed, ResolvedPublic

Description

28-07-2014
EXE rev. 126163 (game)

Added: Possibility to enable / disable UI control directly in configs

but this does not work for RscMapControl

Details

Legacy ID
3348708626
Severity
None
Resolution
Won't Fix
Reproducibility
Always
Operating System
Windows 7
Category
Scripting
Steps To Reproduce

class Map : RscMapControl
{
idc = ...;

enable = false;
};

  1. map is still interactable

Related Objects

Event Timeline

sms edited Steps To Reproduce. (Show Details)Jul 28 2014, 6:13 PM
sms edited Additional Information. (Show Details)
sms set Category to Scripting.
sms set Reproducibility to Always.
sms set Severity to None.
sms set Resolution to Open.
sms set Legacy ID to 3348708626.May 7 2016, 7:06 PM
Bohemia added a subscriber: AD2001.Jul 28 2014, 6:13 PM

"enable" was enabled for a short time then reverted because it caused unspecified problems with handling of controls. ctrlEnable called from onLoad EH is safe however. A bit inconvinient but at this stage any deep engine changes are not possible. Won't fix.

BIS_fnc_KK closed this task as Resolved.Sep 7 2020, 9:28 AM
BIS_fnc_KK updated the task description. (Show Details)
BIS_fnc_KK changed Resolution from Open to Won't Fix.
BIS_fnc_KK edited Steps To Reproduce. (Show Details)
BIS_fnc_KK edited Additional Information. (Show Details)
BIS_fnc_KK set Operating System to Windows 7.