<div dir="ltr">BTW that&#39;s the correct XML for you, just need to create a file with that in and load it as a plugin and you will have your &quot;Refresh&quot; button.<div><br></div><div><div>&lt;ParaViewPlugin&gt;</div>
<div><span class="" style="white-space:pre">  </span>&lt;ServerManagerConfiguration&gt;</div><div><span 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;XDMFRrefresh&quot; base_proxygroup=&quot;sources&quot; base_proxyname=&quot;XdmfReader&quot;<span style="white-space:pre"> </span>class=&quot;vtkXdmfReader&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;xmf xdmf&quot; file_description=&quot;Xdmf Reader (Refresh 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;/SourceProxy&gt;</div><div><span style="white-space:pre">    </span>&lt;/ProxyGroup&gt;</div><div>  &lt;/ServerManagerConfiguration&gt;</div><div>  &lt;ParaViewReaders&gt;</div>
<div>    &lt;Reader name=&quot;ReaderWithButton&quot; /&gt;</div><div>  &lt;/ParaViewReaders&gt;</div><div>&lt;/ParaViewPlugin&gt;</div><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Fri, Jun 14, 2013 at 10:27 AM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Another approach could be a python macro that invalidate the &quot;active/selected&#39; proxy in the pipeline, but that one will require the usage of ParaView in built-in mode.<div>
<br></div><div>If interested I can try to write the corresponding python code...</div>
<div><br></div><div>Seb</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 14, 2013 at 10:24 AM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I forgot to state the obvious, the plugin is a XML one... No code involved...<div><br></div><div>In fact, just having the XML that I wrote in a file extend the UI with a button to refresh the reader should be enough.</div>


<div>Need to figure out why the reader factory did not catch up the hint.</div><div><br></div><div>That should be the only thing that you would need. </div><div><br></div><div>Seb</div><div><div>
<br></div></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 14, 2013 at 10:08 AM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was hoping that ParaView just had something built in. I would rather not have to create a plugin and distribute that along side my own software and to keep up on builds for all the various OS&#39;s and all of that. i tried that for a while and I just could not keep up.<br>



<br>
So either I am the only person who has asked for this or there is some over riding reason in the design of ParView why this type of functionality is not in ParaView.<br>
<br>
Thanks<br>
___________________________________________________________<br>
Mike Jackson                    Principal Software Engineer<br>
BlueQuartz Software                            Dayton, Ohio<br>
<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>              <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<div><div><br>
On Jun 14, 2013, at 3:40 PM, Felipe Bordeu &lt;<a href="mailto:felipe.bordeu@ec-nantes.fr" target="_blank">felipe.bordeu@ec-nantes.fr</a>&gt; wrote:<br>
<br>
&gt; hi  you can try the approach of Sébastien<br>
&gt;<br>
&gt; <a href="http://perso.uclouvain.be/sebastien.blaise/tools.html" target="_blank">http://perso.uclouvain.be/sebastien.blaise/tools.html</a><br>
&gt;<br>
&gt; I haven&#39;t tested yet.<br>
&gt;<br>
&gt; You can save the code as a macro, so you will have a button.<br>
&gt;<br>
&gt; Felipe<br>
&gt;<br>
&gt; Le 14/06/2013 09:42, Michael Jackson a écrit :<br>
&gt;&gt; Is there button where I can simply reload a data file that was read in<br>
&gt;&gt; a pipeline?<br>
&gt;&gt;<br>
&gt;&gt; We have a workflow where we process data into a file and view it in<br>
&gt;&gt; ParaView. it is becoming tedious to blow away the entire pipeline just<br>
&gt;&gt; to reload the new data.<br>
&gt;&gt;<br>
&gt;&gt;  I know about state files but this still requires the user to go to<br>
&gt;&gt; the File-&gt;Load State... &quot; menu and then select a state file. I would<br>
&gt;&gt; like to just select the data file in the Pipeline browser (XDMF File<br>
&gt;&gt; reader for us), and just click some button that just reloads data from<br>
&gt;&gt; the file.<br>
&gt;&gt;<br>
&gt;&gt; Or am I just missing something? I am using ParaView 3.98.1. I have to<br>
&gt;&gt; admit I have not tried any of the 4.0.RC* downloads.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; _________________________________________________________<br>
&gt;&gt; Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt;&gt; BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt; Principal Software Engineer                  Dayton, Ohio<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&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;&gt;<br>
&gt;&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;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Felipe Bordeu Weldt<br>
&gt; Ingénieur de Recherche<br>
&gt; -------------------------------------<br>
&gt; Tél. : <a href="tel:33%20%280%292%2040%2037%2016" value="+13302403716" target="_blank">33 (0)2 40 37 16</a> 57<br>
&gt; Fax. : <a href="tel:33%20%280%292%2040%2074%2074" value="+13302407474" target="_blank">33 (0)2 40 74 74</a> 06<br>
&gt; <a href="mailto:Felipe.Bordeu@ec-nantes.fr" target="_blank">Felipe.Bordeu@ec-nantes.fr</a><br>
&gt; Institut GeM - UMR CNRS 6183<br>
&gt; École Centrale Nantes<br>
&gt; 1 Rue de La Noë, 44321 Nantes, FRANCE<br>
&gt; -------------------------------------<br>
&gt;<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>
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>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>