batch-example-2/ft-view-screens/globals/gray_phases/gray_phases.yes_no_paramete...

276 lines
18 KiB
Markdown
Raw Normal View History

2023-11-22 18:39:22 +00:00
# gray_phases.yes_no_parameter
*object*
## parameters
| name | description |
| ---------- | -------------------- |
| #10 | root |
| #11 | parameter |
| #12 | index |
## references
### [new-sact-accumulator.yes_no_parameter](../../displays/new-sact-accumulator.md#yes_no_parameter)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p01 |
| #12 | index | 1 |
### [new-sact-discharge_mill.yes_no_parameter](../../displays/new-sact-discharge_mill.md#yes_no_parameter)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p02 |
| #12 | index | 2 |
### [new-sact-dry_wip.yes_no_parameter](../../displays/new-sact-dry_wip.md#yes_no_parameter)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p03 |
| #12 | index | 3 |
### [new-sact-dry_wip.yes_no_parameter1](../../displays/new-sact-dry_wip.md#yes_no_parameter1)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p04 |
| #12 | index | 4 |
### [new-sact-dry_wip.yes_no_parameter2](../../displays/new-sact-dry_wip.md#yes_no_parameter2)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p05 |
| #12 | index | 5 |
### [new-sact-dry_wip.yes_no_parameter3](../../displays/new-sact-dry_wip.md#yes_no_parameter3)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p06 |
| #12 | index | 6 |
### [new-sact-mix.yes_no_parameter](../../displays/new-sact-mix.md#yes_no_parameter)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p15 |
| #12 | index | 15 |
### [new-sact-stir.yes_no_parameter](../../displays/new-sact-stir.md#yes_no_parameter)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | root | #1\#2 |
| #11 | parameter | p05 |
| #12 | index | 5 |
## animated
### gray_phases.yes_no_parameter - yes_no_parameter - group
#### animations
*[none]*
#### connections
*[none]*
#### command
*[none]*
#### touch
* **release**
* display [new-tag_edits-tag-edit-yes-no](../../displays/new-tag_edits-tag-edit-yes-no.md) /T#10\#11\cval,#10\desc
#### xml
```xml
<group name="yes_no_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<stringDisplay name="StringDisplay12" height="24" width="48" left="715" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="3" characterOffset="0">
<connections>
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN &quot;NO&quot; ELSE If #10\#11\CVAL = 1 THEN &quot;YES&quot; ELSE &quot;???&quot;"/>
</connections>
</stringDisplay>
<tagLabel name="Label8" height="24" width="480" left="286" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
<text name="Text25" height="25" width="34" left="209" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
<text name="Text31" height="18" width="46" left="803" top="627" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="yes_no">
<animations>
<animateVisibility expression="0" expressionTrueState="visible"/>
</animations>
</text>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-yes-no /T#10\#11\cval,#10\desc" repeatRate="0.25">
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
<imageSettings imageReference="noImage"/>
</confirm>
</animateTouch>
</animations>
<parameters>
<parameter name="#10" description="root" value=""/>
<parameter name="#11" description="parameter" value=""/>
<parameter name="#12" description="index" value=""/>
</parameters>
</group>
```
### gray_phases.yes_no_parameter.StringDisplay12 - StringDisplay12 - stringDisplay
#### animations
*[none]*
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | If #10\#11\CVAL = 0 THEN "NO" ELSE If #10\#11\CVAL = 1 THEN "YES" ELSE "???" |
#### command
*[none]*
#### touch
*[none]*
#### xml
```xml
<group name="yes_no_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<stringDisplay name="StringDisplay12" height="24" width="48" left="715" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="3" characterOffset="0">
<connections>
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN &quot;NO&quot; ELSE If #10\#11\CVAL = 1 THEN &quot;YES&quot; ELSE &quot;???&quot;"/>
</connections>
</stringDisplay>
<tagLabel name="Label8" height="24" width="480" left="286" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
<text name="Text25" height="25" width="34" left="209" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
<text name="Text31" height="18" width="46" left="803" top="627" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="yes_no">
<animations>
<animateVisibility expression="0" expressionTrueState="visible"/>
</animations>
</text>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-yes-no /T#10\#11\cval,#10\desc" repeatRate="0.25">
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
<imageSettings imageReference="noImage"/>
</confirm>
</animateTouch>
</animations>
<parameters>
<parameter name="#10" description="root" value=""/>
<parameter name="#11" description="parameter" value=""/>
<parameter name="#12" description="index" value=""/>
</parameters>
</group>
```
### gray_phases.yes_no_parameter.Text31 - Text31 - text
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateVisibility | 0 |
#### connections
*[none]*
#### command
*[none]*
#### touch
*[none]*
#### xml
```xml
<group name="yes_no_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<stringDisplay name="StringDisplay12" height="24" width="48" left="715" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="3" characterOffset="0">
<connections>
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN &quot;NO&quot; ELSE If #10\#11\CVAL = 1 THEN &quot;YES&quot; ELSE &quot;???&quot;"/>
</connections>
</stringDisplay>
<tagLabel name="Label8" height="24" width="480" left="286" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
<text name="Text25" height="25" width="34" left="209" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
<text name="Text31" height="18" width="46" left="803" top="627" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="yes_no">
<animations>
<animateVisibility expression="0" expressionTrueState="visible"/>
</animations>
</text>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-yes-no /T#10\#11\cval,#10\desc" repeatRate="0.25">
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
<imageSettings imageReference="noImage"/>
</confirm>
</animateTouch>
</animations>
<parameters>
<parameter name="#10" description="root" value=""/>
<parameter name="#11" description="parameter" value=""/>
<parameter name="#12" description="index" value=""/>
</parameters>
</group>
```
## xml
```xml
<group name="yes_no_parameter" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<stringDisplay name="StringDisplay12" height="24" width="48" left="715" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" dimensionsHeight="1" dimensionsWidth="3" characterOffset="0">
<connections>
<connection name="Value" expression="If #10\#11\CVAL = 0 THEN &quot;NO&quot; ELSE If #10\#11\CVAL = 1 THEN &quot;YES&quot; ELSE &quot;???&quot;"/>
</connections>
</stringDisplay>
<tagLabel name="Label8" height="24" width="480" left="286" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="30" property="tagDescription" tag="{#10\#11\cval}"/>
<text name="Text25" height="25" width="34" left="209" top="616" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="14" bold="false" italic="false" underline="false" strikethrough="false" caption="/*LS:0 {#12}*/"/>
<text name="Text31" height="18" width="46" left="803" top="627" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="transparent" backColor="white" foreColor="black" wordWrap="true" sizeToFit="true" alignment="middleCenter" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="yes_no">
<animations>
<animateVisibility expression="0" expressionTrueState="visible"/>
</animations>
</text>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-tag-edit-yes-no /T#10\#11\cval,#10\desc" repeatRate="0.25">
<confirm confirmAction="false" buttonSetting="okCancel" titleBar="true" titleBarText="Confirmation" windowPosition="Centered of screen">
<caption fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" caption="Are you sure you want to perform this action?"/>
<imageSettings imageReference="noImage"/>
</confirm>
</animateTouch>
</animations>
<parameters>
<parameter name="#10" description="root" value=""/>
<parameter name="#11" description="parameter" value=""/>
<parameter name="#12" description="index" value=""/>
</parameters>
</group>
```