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 <[email protected]> wrote: > 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 > display decorator that I want to populate when the representation is > selected. Right now, I can change the values of the spinbox on the GUI and > see the result of that change, but I can't seem to update the GUI from the > representation side. > > Thanks, > Brian > > _______________________________________________ > 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 > > _______________________________________________ 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
