<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div style="font-family: Verdana;font-size: 12.0px;">
<div>Hi,</div>

<div>&nbsp;</div>

<div>I try to write a filter plugin that changes a string property.</div>

<div>&nbsp;</div>

<div>My property looks like:</div>

<div>&nbsp; &nbsp; &nbsp; &lt;StringVectorProperty<br/>
&nbsp; &nbsp; &nbsp; &nbsp; name=&quot;ParseFunction&quot;<br/>
&nbsp; &nbsp; &nbsp; &nbsp; command=&quot;SetParseFunction&quot;<br/>
&nbsp; &nbsp; &nbsp; &nbsp; number_of_elements=&quot;1&quot;<br/>
&nbsp; &nbsp; &nbsp; &nbsp; label=&quot;Parse Funktion&quot;&gt;<br/>
&nbsp; &nbsp; &nbsp; &lt;/StringVectorProperty&gt; &nbsp;</div>

<div>&nbsp;</div>

<div>First the user writes something in the text box and the filter changes the content of the textbox. But these changes should be displayed, but it&#39;s not working when I use SetParseFunction(&quot;test&quot;);</div>

<div><span style="font-family: Verdana;font-size: 12.0px;line-height: 19.2px;">How could I do this?</span></div>

<div>&nbsp;</div>

<div><span style="font-family: Verdana;font-size: 12.0px;line-height: 19.2px;">Thx</span></div>
</div></div></body></html>