Import with articy:draft : variables are not imported correctly
Re: Import with articy:draft : variables are not imported correctly
Thanks! That looks good, so I'll check out the Dialogue System's conversion code.
Re: Import with articy:draft : variables are not imported correctly
Hi Maxime,
I haven't been able to reproduce the issue. It might have something to do with cached values in the Dialogue Editor window. Does the problem still occur if you close the Dialogue Editor window before using the articy Converter?
I tested using this file:
ArticyTest.xml
This is the variable set from the XML file:
Could you please email me your XML file?
I haven't been able to reproduce the issue. It might have something to do with cached values in the Dialogue Editor window. Does the problem still occur if you close the Dialogue Editor window before using the articy Converter?
I tested using this file:
ArticyTest.xml
This is the variable set from the XML file:
Code: Select all
<VariableSet Id="0x01000000000001ED">
<Url>articy://localhost/view/d27c92b7-66a1-4720-a0a1-ceebe0b943c0/72057594037928429</Url>
<TechnicalName>GlobalVariables</TechnicalName>
<Description Count="0"/>
<Variables Count="2">
<Variable>
<TechnicalName>Dlg_M01_02_Done</TechnicalName>
<Description Count="0"/>
<DataType>Boolean</DataType>
<DefaultValue>False</DefaultValue>
</Variable>
<Variable>
<TechnicalName>Dlg_M01_01_Done</TechnicalName>
<Description Count="0"/>
<DataType>Boolean</DataType>
<DefaultValue>True</DefaultValue>
</Variable>
</Variables>
</VariableSet>