Re: [Paraview] Update Display Decorator from server

2011-09-27 Thread Utkarsh Ayachit
Brian, In general you can't. Representations don't have access to GUI components. You'll have to put that logic in the decorator itself. Utkarsh On Tue, Sep 27, 2011 at 2:16 PM, Brian Panneton wrote: > I have a display decorator that deals with a custom representation in order > to modify some

[Paraview] Update Display Decorator from server

2011-09-27 Thread Brian Panneton
I have a display decorator that deals with a custom representation in order to modify some parts of the view. (ie: toggle on/off scalar bars). I was wondering how to update some of these display decorator properties from the representation? An example would be that I have a double spinbox on the di