[Paraview-developers] ParaviewWeb change proxy properties using xml names

kyr akyrieleis at gmail.com
Wed Jan 15 13:33:26 EST 2014


Hi,

I want to change several properties of the proxies (e.g. the text colour)
using the names listed in

 ${src}/ParaViewCore/ServerManager/SMApplication/Resources/*.xml


What is the general way to do that ?

In order to change e.g. the 'Color' property of proxy 'TextProperty' in
group 'properties' I tried

prx = servermanager.CreateProxy("properties", "TextProperty")
prx.Color=[0.0, 1.0, 0.0]

But this does not seem to work. What am I missing ?

Many thanks,

kyr.



--
View this message in context: http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/ParaviewWeb-change-proxy-properties-using-xml-names-tp2788.html
Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.


More information about the Paraview-developers mailing list