High,<br><br>I&#39;m using ParaView 3.8.<br><br>I have written a VTK file with timestep information with VTK (XML file).<br>When I open the file in ParaView, the timestep information are displayed in the Object Inspector View (Propreties, Display Information).<br>
For each timestep, the Information widget displays an index and a value. But the value is always the same as the index...<br><br>I look at the code for vtkXMLReader, and it seems that the reader stores only the index, not the value...<br>
Is it possible to display these values in the ParaView Widget without writing code ?<br><br>Here is an beginning of my file xhere you can see the TimeValues :<br><br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;VTKFile type=&quot;UnstructuredGrid&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot; compressor=&quot;vtkZLibDataCompressor&quot;&gt;<br>
  &lt;UnstructuredGrid  TimeValues=&quot;<br>10.56                                      <br>20.4324                                      <br>&quot;&gt;<br><br>Any idea ?<br><br>Kind regards,<br>Ptibou<br>