Conditions on Blocks
Conditions on Blocks
(OP)
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 ?
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





RE: Conditions on Blocks
NX8.5 - NX9 User