[Paraview-developers] ParaView change String Property
shinpei
noro_shinpei at web.de
Fri Apr 26 12:09:26 EDT 2013
I try to write a filter plugin for ParaView that changes a string property.
My property looks like:
<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
--
View this message in context: http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/ParaView-change-String-Property-tp2169.html
Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.
More information about the Paraview-developers
mailing list