Hi,

I am using ParaviewWeb with a custom protocol in which 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

I was wondering what the general way is 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.

Many thanks for any help

kyr.
_______________________________________________
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

Reply via email to