<html><head><style> body {height: 100%; color:#000000; font-size:12pt; font-family:Times New Roman;}</style></head><body>Hi Yumin,<br>&nbsp; Thank you for your reply. <br>&nbsp; Yeah, I didn't pay attention, my Property name is duplicated. I have OpThreshold with command="SetOpThreshod" and command="GetOpThreshold" as well. I modified this and there is no more error.<br>&nbsp;<br><br>----- Original Message -----<br>From: Yumin Yuan &lt;yumin.yuan@kitware.com&gt;<br>To: Tuan Ha Tran &lt;tuan-ha.tran@insa-lyon.fr&gt;<br>Cc: David E DeMarle &lt;dave.demarle@kitware.com&gt;, paraview-developers@paraview.org, paraview@paraview.org<br>Sent: Thu, 07 Jun 2012 17:53:02 +0200 (CEST)<br>Subject: Re: [Paraview] ParaView Plugin .xml how to<br><br>On Thu, Jun 7, 2012 at 11:44 AM, Tuan Ha Tran <tuan-ha.tran@insa-lyon.fr> wrote:<br>&gt; That really helpful your reply.<br>&gt; But, I always have errors with<br>&gt; ===========================================================<br>&gt;<br>&gt; &nbsp; &nbsp;<doublevectorproperty name="OpThreshold"  command="SetOpThreshold" <br="">&gt; number_of_elements ="1" default_values="0"&gt;<br>&gt; &nbsp; &nbsp;</doublevectorproperty><br>&gt; &nbsp; &nbsp; And normaly, I can entre a value in a box in ParaView GUI. but I have a<br>&gt; Core Dump, here is what I have as error :<br>&gt;<br>&gt; paraview:<br>&gt; /home/thtran/PV/ParaView/src/ParaViewCore/ServerImplementation/vtkSIProxy.cxx:453:<br>&gt; virtual bool vtkSIProxy::ReadXMLProperty(vtkPVXMLElement*): Assertion<br>&gt; `!name.empty() && this-&gt;GetSIProperty(name.c_str()) == __null' failed.<br>&gt; Aborted (core dumped)<br>&gt; &nbsp;=============================================================<br>&gt;<br>&gt; It's just a simple tab for Adding GUI parameters, so I don't know where is<br>&gt; the error comes from. There is nothing "empty" as we analyse the error.<br>&gt;<br><br>Look at the comments above vtkSIProxy.cxx:453<br><br> // Since the XML is "cleaned" out, we are assured that there are no duplicate<br> // properties.<br><br>You have duplicated property name, "OpThreshold". Try to use<br>"OpThresholdInfo" for "GetOpThreshold"<br><br>Yumin<br><br></tuan-ha.tran@insa-lyon.fr></body></html>