i-RIC / prepost-gui

iRIC Pre-processor and post-processor GUI
MIT License
8 stars 11 forks source link

計算結果について Enumeration を定義しても、値と対応する文字列を表示させられない #1368

Closed kskinoue0612 closed 2 months ago

kskinoue0612 commented 2 months ago

以下のように、整数型の計算結果について値と文字列の関係を定義しても反映されない。

<Output name="CLASS_result" caption="CLASS_result">
    <Definition position="node" valueType="integer">
        <Enumeration value="1" caption="Pool" />
        <Enumeration value="2" caption="Glide" />
        <Enumeration value="3" caption="Run" />
        <Enumeration value="4" caption="Riffle" />
        <Enumeration value="5" caption="Cascade/rapid" />
    </Definition>   
</Output>
starfieldKt commented 2 months ago

OK image