From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 14: | Line 14: | ||
*** UI.VCAEngine: at Widget attribute change in the Session context for widgets in processing and at writing to DAQ attribute by links. | *** UI.VCAEngine: at Widget attribute change in the Session context for widgets in processing and at writing to DAQ attribute by links. | ||
** the DAQ Parameters added of restoring the translation of dynamically changed configuration fields at load. | ** the DAQ Parameters added of restoring the translation of dynamically changed configuration fields at load. | ||
− | * FIX:SYS: TMess: Adding messages to the table "Trs" is enabled only in the messages level Debug, for preventing flooding to the table of any translated messages and not. | + | * FIX:SYS: TMess: Adding messages to the table "Trs" is enabled only in the messages level Debug, for preventing flooding to the table of any translated messages and not. TMess::translDyn() forced to FALSE and the flag set to FALSE with switching to the SINGLE-LANGUAGE mode. FIX: Preventing to show the Translation Manager in the SINGLE-LANGUAGE mode. |
+ | * DB: fieldSQLSet() appended of warning some messages completely cleaning at saving not the dynamic set fields but a copy. Appended of registering new message for translation with warning the registering and ready for translation in the Translation Manager after setting new base messages to empty fields. | ||
* FIX:DAQ.OPC_UA,Protocol.HTTP,UI.{QTCfg,Vision}: Fixing and improving some original messages. | * FIX:DAQ.OPC_UA,Protocol.HTTP,UI.{QTCfg,Vision}: Fixing and improving some original messages. | ||
* FIX:DAQ: Fixing-finishing the dynamic translation for title of the controller and parameter object. | * FIX:DAQ: Fixing-finishing the dynamic translation for title of the controller and parameter object. |
Revision as of 14:33, 26 May 2025
CONCEPTUAL > Messages Translation (fixes of the conceptual changes of the previous updates)
- LibsDB.OscadaLibs: Automatic updating some translation.
- LibsDB.vcaBase.wlb_Main:
- Appended of the dynamic messages with Ukrainian translation for main ones of DiskSMART and UPS during representing by "Object properties (objProps)".
- anShow,anShow1: Appended of translation dynamic messages from parameter attributes NAME and DESCR.
- FIX:RootPgSo: The attribute "Procedure of the Demo play (demoPlayProc)" set to the type "Text (translate)".
- SYS,DAQ,UI.VCAEngine: Implementing of disabling translation of string configuration fields, DAQ attributes, UI attributes at changing in the dynamic execution:
- SYS,DAQ,DB.{FireBird,MySQL,ODBC,PostgreSQL,SQLite}: appending the unified method {TCfg,TVal}::isTransl() of checking translation the element, and moving on its everywhere;
- TVal: appending the "mNoTransl" flag and functions of its treating: noTransl(), setNoTransl(), TValue::setNoTransl();
- UI.VCAEngine::Attr: appending the "NoTransl" flag and its treating in isTransl();
- translation is disabled:
- at writing through links of implementation the templates in TPrmTempl::Impl::lnkOutput();
- at the User API call TVal::set();
- UI.VCAEngine: at Widget attribute change in the Session context for widgets in processing and at writing to DAQ attribute by links.
- the DAQ Parameters added of restoring the translation of dynamically changed configuration fields at load.
- FIX:SYS: TMess: Adding messages to the table "Trs" is enabled only in the messages level Debug, for preventing flooding to the table of any translated messages and not. TMess::translDyn() forced to FALSE and the flag set to FALSE with switching to the SINGLE-LANGUAGE mode. FIX: Preventing to show the Translation Manager in the SINGLE-LANGUAGE mode.
- DB: fieldSQLSet() appended of warning some messages completely cleaning at saving not the dynamic set fields but a copy. Appended of registering new message for translation with warning the registering and ready for translation in the Translation Manager after setting new base messages to empty fields.
- FIX:DAQ.OPC_UA,Protocol.HTTP,UI.{QTCfg,Vision}: Fixing and improving some original messages.
- FIX:DAQ: Fixing-finishing the dynamic translation for title of the controller and parameter object.
- FIX: Templates fixed-adapted to the dynamic translation in using the IO names.
- FIX: Fixing-finishing the dynamic translation of values requesting in the Control Request TValue::"get:/serv/attr" for non archiving elements.
- Parameter templates allowed in setting empty names for their translation clearing in the dynamic translation mode.
- FIX:DAQGate: Some fixed in Ukrainian translation.
- FIX:JavaLikeCalk: Some improved in the translation.
- FIX:Protocol.OPC_UA: Adaption to the dynamic translation in data requests.
- FIX:UI.{QTCfg,Vision}: The messages "Load from DB" and "Save to DB" renamed to "Load" and "Save" and with "storage" instead "DB" in full messages.
- FIX:UI.VCAEngine: The session User API function this.attr() fixed in checking the translation flag TFld::TransltText.
- FIX: Templates fixed-adapted to the dynamic translation in using the configuration template of the attributes.