From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en):{{CntHdr|Activating the attribute for using as the visual one and creating that at missing}}
:REQ: ''<activate path="/UI/VCAEngine/ses_'''{wAddr}'''/%2fserv%2fattr%2f'''{aID}'''" aNm="'''{aName}'''"
:::: aTp="'''{aType}'''" aFlg="'''{aFlags}'''" aVls="'''{aValues}'''" aNms="'''{aNames}'''">'''{aDef}'''</activate>''
:* ''wAddr'' — the session widget local address, like to "/ses_AGLKS/pg_so/pg_2/pg_mn/pg_CM101/wdg_ElFigure1";
:* ''aID'' — identifier of the attribute;
:* ''aName'' — name of the attribute at it creation;
:* ''aType'' — type of the attribute at it creation, see to the [[Special:MyLanguage/Documents/API#TFld|object TFld]];
:* ''aFlags'' — flags of the attribute at it creation, see to the [[Special:MyLanguage/Documents/API#TFld|object TFld]];
:* ''aDef'' — default value of the attribute at it creation;
:* ''aValues'' — the attribute values for the selective types at it creation;
:* ''aNames'' — names to values of the attribute for the selective types at it creation.
<syntaxhighlight lang="XML" style="margin-left: 20pt">
<activate path="/UI/VCAEngine/ses_AGLKS/pg_so/%2fserv%2fattr%2frunWin" aNm="Run window" aTp="1" aFlg="1"
   aVls="0;1;2" aNms="Original size;Maximize;Full screen">0</activate>
</syntaxhighlight>
 h Ukrainian (uk):{{CntHdr|Активація атрибуту для використання у якості візуального та його створення за відсутності}}
:ЗАП: ''<activate path="/UI/VCAEngine/ses_'''{wAddr}'''/%2fserv%2fattr%2f'''{aID}'''" aNm="'''{aName}'''"
:::: aTp="'''{aType}'''" aFlg="'''{aFlags}'''" aVls="'''{aValues}'''" aNms="'''{aNames}'''">'''{aDef}'''</activate>''
:* ''wAddr'' — локальна адреса віджету сеансу, на кшталт "/ses_AGLKS/pg_so/pg_2/pg_mn/pg_CM101/wdg_ElFigure1";
:* ''aID'' — ідентифікатор атрибуту сеансу;
:* ''aName'' — ім'я атрибуту при його створені;
:* ''aType'' — тип атрибуту при його створені, дивіться [[Special:MyLanguage/Documents/API#TFld|об'єкт TFld]];
:* ''aFlags'' — прапорці атрибуту при його створені, дивіться [[Special:MyLanguage/Documents/API#TFld|об'єкт TFld]];
:* ''aDef'' — типове значення атрибуту при його створені;
:* ''aValues'' — значення атрибуту для вибіркових типів при його створені;
:* ''aNames'' — назви значень атрибуту для вибіркових типів при його створені.
<syntaxhighlight lang="XML" style="margin-left: 20pt">
<activate path="/UI/VCAEngine/ses_AGLKS/pg_so/%2fserv%2fattr%2frunWin" aNm="Вікно виконання" aTp="1" aFlg="1"
   aVls="0;1;2" aNms="Original size;Maximize;Full screen">0</activate>
</syntaxhighlight>