28-07-2014
EXE rev. 126163 (game)
Added: Possibility to enable / disable UI control directly in configs
but this does not work for RscMapControl
28-07-2014
EXE rev. 126163 (game)
Added: Possibility to enable / disable UI control directly in configs
but this does not work for RscMapControl
class Map : RscMapControl
{
idc = ...;
enable = false;
};
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T153325 Request: "enabled" control property | ||
Resolved | None | T78337 "enable = false;" does not work for RscMapControl |
"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.