Ok thanks - I&#39;ve created a custom panel just like pqCutPanel but now my filter only updates when something earlier in the pipeline is updated.<div><br></div><div>e.g. for this pipeline: Source -&gt; MyFilter</div><div>
Changing &quot;MyFilter&quot; properties will allow me to apply but nothing happens.  But if I change a property in &quot;Source&quot; it will update to show the changes I have made to &quot;MyFilter&quot; properties too.</div>
<div><br></div><div>Can anyone think why this is happening?  Or know a way I can debug this....</div><div><br></div><div>Thanks,</div><div>Paul<br><br><div class="gmail_quote">On 1 June 2011 14:30, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@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;">Paul,<br>
<br>
Both cut (pqCutPanel) and contour (pqContourPanel) panels are custom<br>
panels. We haven;t added support for the autogenerated panels to add<br>
the &quot;values&quot; widget (pqSampleScalarWidget) yet. You&#39;ll have to create<br>
a custom panel for it.<br>
<br>
Utkarsh<br>
<div><div></div><div class="h5"><br>
<br>
On Wed, Jun 1, 2011 at 9:07 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; I have created a filter where I would like to let the user pick values in a<br>
&gt; similar way to the contour and slice filter.<br>
&gt; Here is an extract from my XML file:<br>
&gt;   &lt;DoubleVectorProperty<br>
&gt;         name=&quot;MyValues&quot;<br>
&gt;         command=&quot;SetMyValue&quot;<br>
&gt;         label=&quot;My Values&quot;<br>
&gt;         set_number_command=&quot;SetNumberOfMyValues&quot;<br>
&gt;         number_of_elements=&quot;0&quot;<br>
&gt;         repeat_command=&quot;1&quot;<br>
&gt;         number_of_elements_per_command=&quot;1&quot;<br>
&gt;         use_index=&quot;1&quot;<br>
&gt;         animateable=&quot;1&quot;&gt;<br>
&gt;           &lt;DoubleRangeDomain name=&quot;scalar_range&quot; min=&quot;0.0&quot; max=&quot;1.0&quot; /&gt;<br>
&gt;      &lt;/DoubleVectorProperty&gt;<br>
&gt; How can I use the widget from the cut or slice value to let the user choose<br>
&gt; the values in the Object Inspector?  Is this possible through the XML?<br>
&gt; Thanks in advance,<br>
&gt; Paul<br>
</div></div>&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<br>
&gt; <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:<br>
&gt; <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>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>