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

117 lines
6.5 KiB
Markdown
Raw Normal View History

2023-11-22 18:39:22 +00:00
# gray_azo.edit_float
*object*
## parameters
| name | description |
| ---------- | -------------------- |
| #10 | tag |
| #11 | name tag |
| #12 | security |
## references
### [new-mimics-bl560_mimic.edit_float](../../displays/new-mimics-bl560_mimic.md#edit_float)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | azo\bl560\DB30dw44 |
| #11 | name tag | azo\bl560\name |
| #12 | security | security\config |
### [new-mimics-bl560_mimic.edit_float2](../../displays/new-mimics-bl560_mimic.md#edit_float2)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | azo\bl560\DB30dw42 |
| #11 | name tag | azo\bl560\name |
| #12 | security | security\config |
### [new-mimics-bl560_mimic.edit_float3](../../displays/new-mimics-bl560_mimic.md#edit_float3)
#### parameters
| name | description | value |
| ---------- | -------------------- | -------------------------------------------------- |
| #10 | tag | azo\bl560\DB30dw46 |
| #11 | name tag | azo\bl560\name |
| #12 | security | security\config |
## animated
### gray_azo.edit_float.NumericDisplay9 - NumericDisplay9 - numericDisplay
#### animations
*[none]*
#### connections
| name | expression |
| --------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Value | {#10} |
#### command
*[none]*
#### touch
* **release**
* display [new-tag_edits-float](../../displays/new-tag_edits-float.md) /T#10,#11, #12
#### xml
```xml
<group name="edit_float" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<tagLabel name="Label1" height="33" width="900" left="253" top="1144" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="18" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="50" property="tagDescription" tag="{#10}"/>
<numericDisplay name="NumericDisplay9" height="33" width="126" left="110" top="1144" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="18" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="2" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-float /T#10,#11, #12" 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>
<connections>
<connection name="Value" expression="{#10}"/>
</connections>
</numericDisplay>
<parameters>
<parameter name="#10" description="tag" value=""/>
<parameter name="#11" description="name tag" value=""/>
<parameter name="#12" description="security" value=""/>
</parameters>
</group>
```
## xml
```xml
<group name="edit_float" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false">
<tagLabel name="Label1" height="33" width="900" left="253" top="1144" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="black" fontFamily="Arial Unicode MS" fontSize="18" bold="false" italic="false" underline="false" strikethrough="false" justification="left" fieldLength="50" property="tagDescription" tag="{#10}"/>
<numericDisplay name="NumericDisplay9" height="33" width="126" left="110" top="1144" visible="true" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" backColor="white" backStyle="transparent" foreColor="#2A4191" fontFamily="Arial Unicode MS" fontSize="18" bold="false" italic="false" underline="false" strikethrough="false" justification="right" fieldLength="7" showDigitGrouping="false" decimalPlaces="2" format="floatingPoint" overflow="showExponent" leadingCharacter="blanks" decimalPlaceType="fixed">
<animations>
<animateTouch TouchStyle="rectangular" pressAction="" repeatAction="" releaseAction="display new-tag_edits-float /T#10,#11, #12" 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>
<connections>
<connection name="Value" expression="{#10}"/>
</connections>
</numericDisplay>
<parameters>
<parameter name="#10" description="tag" value=""/>
<parameter name="#11" description="name tag" value=""/>
<parameter name="#12" description="security" value=""/>
</parameters>
</group>
```