Import with articy:draft : variables are not imported correctly

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 22061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Import with articy:draft : variables are not imported correctly

Post by Tony Li »

Thanks! That looks good, so I'll check out the Dialogue System's conversion code.
User avatar
Tony Li
Posts: 22061
Joined: Thu Jul 18, 2013 1:27 pm

Re: Import with articy:draft : variables are not imported correctly

Post by Tony Li »

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:

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>
Could you please email me your XML file?
Post Reply