batch-example-2/ft-view-screens/globals/gray_azo/gray_azo.analog_bar.md

299 lines
21 KiB
Markdown
Raw Normal View History

2023-11-22 18:39:22 +00:00
# gray_azo.analog_bar
*object*
## parameters
| name | description |
| ---------- | -------------------- |
| #10 | tag root |
| #11 | unit |
| #12 | detail screen |
| #13 | value name (eg wt) |
## references
*[none]*
## animated
### gray_azo.analog_bar - analog_bar - group
#### animations
*[none]*
#### connections
*[none]*
#### command
*[none]*
#### touch
* **release**
* display [#12](../../displays/#12.md) /T#10,#11
#### xml
```xml
<group name="analog_bar" visible="true" wallpaper="false" toolTipText="/*S:0 #10\root*/" exposeToVba="notExposed" isReferenceObject="false">
<rectangle name="Polygon21" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="gray" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
<rectangle name="Polygon22" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight">
<animations>
<animateWidth expression="100 * ((#10\#13 - #10\minimum_interest) / (#10\maximum_interest - #10\minimum_interest))" horizontalChangeMin="0" horizontalChangeMax="100" anchor="left">
<constantExpressionRange min="0" max="100"/>
</animateWidth>
</animations>
</rectangle>
<numericDisplay name="NumericDisplay2" height="35" width="126" left="209" top="565" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="20" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="1" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<connections>
<connection name="Value" expression="{#10\#13}"/>
</connections>
</numericDisplay>
<stringDisplay name="StringDisplay1" height="30" width="190" left="11" top="567" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="17" bold="true" italic="false" underline="false" strikethrough="false" justification="right" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
<connections>
<connection name="Value" expression="{#10\shortname}"/>
</connections>
</stringDisplay>
<tagLabel name="TagLabel2" height="18" width="60" left="583" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="6" property="EU" tag="{#10\#13}"/>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction=" display #12 /T#10,#11" 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="tag root" value=""/>
<parameter name="#11" description="unit" value=""/>
<parameter name="#12" description="detail screen" value=""/>
<parameter name="#13" description="value name (eg wt)" value=""/>
</parameters>
</group>
```
### gray_azo.analog_bar.Polygon22 - Polygon22 - rectangle
#### animations
| type | expression |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| animateWidth | 100 * ((#10\#13 - #10\minimum_interest) / (#10\maximum_interest - #10\minimum_interest)) |
#### connections
*[none]*
#### command
*[none]*
#### touch
*[none]*
#### xml
```xml
<group name="analog_bar" visible="true" wallpaper="false" toolTipText="/*S:0 #10\root*/" exposeToVba="notExposed" isReferenceObject="false">
<rectangle name="Polygon21" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="gray" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
<rectangle name="Polygon22" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight">
<animations>
<animateWidth expression="100 * ((#10\#13 - #10\minimum_interest) / (#10\maximum_interest - #10\minimum_interest))" horizontalChangeMin="0" horizontalChangeMax="100" anchor="left">
<constantExpressionRange min="0" max="100"/>
</animateWidth>
</animations>
</rectangle>
<numericDisplay name="NumericDisplay2" height="35" width="126" left="209" top="565" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="20" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="1" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<connections>
<connection name="Value" expression="{#10\#13}"/>
</connections>
</numericDisplay>
<stringDisplay name="StringDisplay1" height="30" width="190" left="11" top="567" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="17" bold="true" italic="false" underline="false" strikethrough="false" justification="right" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
<connections>
<connection name="Value" expression="{#10\shortname}"/>
</connections>
</stringDisplay>
<tagLabel name="TagLabel2" height="18" width="60" left="583" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="6" property="EU" tag="{#10\#13}"/>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction=" display #12 /T#10,#11" 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="tag root" value=""/>
<parameter name="#11" description="unit" value=""/>
<parameter name="#12" description="detail screen" value=""/>
<parameter name="#13" description="value name (eg wt)" value=""/>
</parameters>
</group>
```
### gray_azo.analog_bar.NumericDisplay2 - NumericDisplay2 - numericDisplay
#### animations
*[none]*
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | {#10\#13} |
#### command
*[none]*
#### touch
*[none]*
#### xml
```xml
<group name="analog_bar" visible="true" wallpaper="false" toolTipText="/*S:0 #10\root*/" exposeToVba="notExposed" isReferenceObject="false">
<rectangle name="Polygon21" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="gray" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
<rectangle name="Polygon22" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight">
<animations>
<animateWidth expression="100 * ((#10\#13 - #10\minimum_interest) / (#10\maximum_interest - #10\minimum_interest))" horizontalChangeMin="0" horizontalChangeMax="100" anchor="left">
<constantExpressionRange min="0" max="100"/>
</animateWidth>
</animations>
</rectangle>
<numericDisplay name="NumericDisplay2" height="35" width="126" left="209" top="565" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="20" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="1" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<connections>
<connection name="Value" expression="{#10\#13}"/>
</connections>
</numericDisplay>
<stringDisplay name="StringDisplay1" height="30" width="190" left="11" top="567" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="17" bold="true" italic="false" underline="false" strikethrough="false" justification="right" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
<connections>
<connection name="Value" expression="{#10\shortname}"/>
</connections>
</stringDisplay>
<tagLabel name="TagLabel2" height="18" width="60" left="583" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="6" property="EU" tag="{#10\#13}"/>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction=" display #12 /T#10,#11" 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="tag root" value=""/>
<parameter name="#11" description="unit" value=""/>
<parameter name="#12" description="detail screen" value=""/>
<parameter name="#13" description="value name (eg wt)" value=""/>
</parameters>
</group>
```
### gray_azo.analog_bar.StringDisplay1 - StringDisplay1 - stringDisplay
#### animations
*[none]*
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | {#10\shortname} |
#### command
*[none]*
#### touch
*[none]*
#### xml
```xml
<group name="analog_bar" visible="true" wallpaper="false" toolTipText="/*S:0 #10\root*/" exposeToVba="notExposed" isReferenceObject="false">
<rectangle name="Polygon21" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="gray" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
<rectangle name="Polygon22" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight">
<animations>
<animateWidth expression="100 * ((#10\#13 - #10\minimum_interest) / (#10\maximum_interest - #10\minimum_interest))" horizontalChangeMin="0" horizontalChangeMax="100" anchor="left">
<constantExpressionRange min="0" max="100"/>
</animateWidth>
</animations>
</rectangle>
<numericDisplay name="NumericDisplay2" height="35" width="126" left="209" top="565" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="20" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="1" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<connections>
<connection name="Value" expression="{#10\#13}"/>
</connections>
</numericDisplay>
<stringDisplay name="StringDisplay1" height="30" width="190" left="11" top="567" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="17" bold="true" italic="false" underline="false" strikethrough="false" justification="right" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
<connections>
<connection name="Value" expression="{#10\shortname}"/>
</connections>
</stringDisplay>
<tagLabel name="TagLabel2" height="18" width="60" left="583" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="6" property="EU" tag="{#10\#13}"/>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction=" display #12 /T#10,#11" 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="tag root" value=""/>
<parameter name="#11" description="unit" value=""/>
<parameter name="#12" description="detail screen" value=""/>
<parameter name="#13" description="value name (eg wt)" value=""/>
</parameters>
</group>
```
## xml
```xml
<group name="analog_bar" visible="true" wallpaper="false" toolTipText="/*S:0 #10\root*/" exposeToVba="notExposed" isReferenceObject="false">
<rectangle name="Polygon21" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="gray" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
<rectangle name="Polygon22" height="19" width="221" left="352" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backStyle="solid" backColor="silver" foreColor="#AAAAAA" lineStyle="none" lineWidth="1" patternStyle="none" patternColor="#E0E0E0" endColor="white" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight">
<animations>
<animateWidth expression="100 * ((#10\#13 - #10\minimum_interest) / (#10\maximum_interest - #10\minimum_interest))" horizontalChangeMin="0" horizontalChangeMax="100" anchor="left">
<constantExpressionRange min="0" max="100"/>
</animateWidth>
</animations>
</rectangle>
<numericDisplay name="NumericDisplay2" height="35" width="126" left="209" top="565" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="20" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="1" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<connections>
<connection name="Value" expression="{#10\#13}"/>
</connections>
</numericDisplay>
<stringDisplay name="StringDisplay1" height="30" width="190" left="11" top="567" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="17" bold="true" italic="false" underline="false" strikethrough="false" justification="right" dimensionsHeight="1" dimensionsWidth="10" characterOffset="0">
<connections>
<connection name="Value" expression="{#10\shortname}"/>
</connections>
</stringDisplay>
<tagLabel name="TagLabel2" height="18" width="60" left="583" top="573" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="10" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="6" property="EU" tag="{#10\#13}"/>
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction=" display #12 /T#10,#11" 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="tag root" value=""/>
<parameter name="#11" description="unit" value=""/>
<parameter name="#12" description="detail screen" value=""/>
<parameter name="#13" description="value name (eg wt)" value=""/>
</parameters>
</group>
```