Hi,
I try to write a filter plugin that changes a string property.
My property looks like:
<StringVectorProperty
name="ParseFunction"
command="SetParseFunction"
number_of_elements="1"
label="Parse Funktion">
</StringVectorProperty>
name="ParseFunction"
command="SetParseFunction"
number_of_elements="1"
label="Parse Funktion">
</StringVectorProperty>
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's not working when I use SetParseFunction("test");
How could I do this?
Thx
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
