<div dir="ltr">There is a way if you are willing to create your own Plugin for the reader that you are using.<div><br></div><div style>The XML should look like that</div><div style><br></div><div style><div>&lt;ServerManagerConfiguration&gt;</div>
<div><span class="" style="white-space:pre">        </span>&lt;ProxyGroup name=&quot;sources&quot;&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;SourceProxy name=&quot;ReaderWithButton&quot; base_proxygroup=&quot;sources&quot; base_proxyname=&quot;LegacyVTKFileReader&quot;&gt;</div>
<div>     <span class="" style="white-space:pre">                    </span>&lt;Property name=&quot;Refresh&quot; command=&quot;Modified&quot; panel_widget=&quot;command_button&quot;/&gt;</div><div>     <span class="" style="white-space:pre">                    </span>&lt;Hints&gt;</div>
<div>        <span class="" style="white-space:pre">                </span>&lt;ReaderFactory extensions=&quot;vtr&quot; file_description=&quot;Refresh (Legacy VTK files)&quot; /&gt;</div><div>      <span class="" style="white-space:pre">                    </span>&lt;/Hints&gt;</div>
<div>    <span class="" style="white-space:pre">                </span>&lt;/SourceProxy&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;/ProxyGroup&gt;</div><div>&lt;/ServerManagerConfiguration&gt;</div><div><br>
</div><div style>Unfortunately the hints/ReaderFactory didn&#39;t properly worked which prevent its usage from a simple XML file, but if you register it as a real plugin with the XML-GUI one, you should be fine with the OpenFile dialog.</div>
<div style><br></div><div style>The remaining thing for you would be to figure out the proxyname of the reader that you are willing to extend.</div><div style><br></div><div style>If you don&#39;t mind using python to create the reader, then you can do something like that in the python shell.</div>
<div style><br></div><div style>&gt; r = ReaderWithButton(FileNames=&#39;/.../ParaViewData/Data/cone.vtr&#39;)<br></div><div style>&gt; Show()</div><div style>&gt; Render()</div><div style><br></div><div style>Seb</div><div style>
<br></div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 14, 2013 at 3:59 AM, Cory Quammen <span dir="ltr">&lt;<a href="mailto:cquammen@cs.unc.edu" target="_blank">cquammen@cs.unc.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would love to know how to do this if it is possible. For one of our<br>
workflows, a periodic checking if an input file has changed and<br>
reloading it at a specified time interval would be even better.<br>
<br>
Thanks,<br>
Cory<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Jun 14, 2013 at 3:42 AM, Michael Jackson<br>
&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; Is there button where I can simply reload a data file that was read in<br>
&gt; a pipeline?<br>
&gt;<br>
&gt; We have a workflow where we process data into a file and view it in<br>
&gt; ParaView. it is becoming tedious to blow away the entire pipeline just<br>
&gt; to reload the new data.<br>
&gt;<br>
&gt;  I know about state files but this still requires the user to go to<br>
&gt; the File-&gt;Load State... &quot; menu and then select a state file. I would<br>
&gt; like to just select the data file in the Pipeline browser (XDMF File<br>
&gt; reader for us), and just click some button that just reloads data from<br>
&gt; the file.<br>
&gt;<br>
&gt; Or am I just missing something? I am using ParaView 3.98.1. I have to<br>
&gt; admit I have not tried any of the 4.0.RC* downloads.<br>
&gt;<br>
&gt; Thanks<br>
&gt; _________________________________________________________<br>
&gt; Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
&gt; BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; Principal Software Engineer                  Dayton, Ohio<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Cory Quammen<br>
Research Associate<br>
Department of Computer Science<br>
The University of North Carolina at Chapel Hill<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>