vegetagaru
Computer
- Jan 14, 2015
- 134
Hello
i have a string block with "PresentationStyle" Combo:
and i got a second string block with "PresentationStyle" Combo:
but i wanted that the value on the second block CAN be automatic like:
IF BLOCK1 == A then BLOCK2="100" is it possible ?
NX8.5 - NX9 User
i have a string block with "PresentationStyle" Combo:
Code:
<Property id="ListItems" mask="256" name="ListItems" type="utfstrings" group="Block Specific::" sname="ListItems" source="1" ClassID="UGS::UICOMP_string" hierarchy="UGS::UICOMP_string">
<Strings value="A"/>
<Strings value="B"/>
</Property>
and i got a second string block with "PresentationStyle" Combo:
Code:
<Property id="ListItems" mask="256" name="ListItems" type="utfstrings" group="Block Specific::" sname="ListItems" source="1" ClassID="UGS::UICOMP_string" hierarchy="UGS::UICOMP_string">
<Strings value="100"/>
<Strings value="200"/>
</Property>
but i wanted that the value on the second block CAN be automatic like:
IF BLOCK1 == A then BLOCK2="100" is it possible ?
NX8.5 - NX9 User