MantisBT - ParaView
View Issue Details
0004005ParaView(No Category)public2006-10-31 17:282008-03-26 12:26
Clinton Stimpson 
Clinton Stimpson 
lowminoralways
closedfixed 
 
 
0004005: Need event from display proxy
We need to know when possible arrays to color by have been added or removed.
Right now, we're hacking the GUI for that.
No tags attached.
related to 0006110closed Clinton Stimpson Variable chooser combo box not updated 
related to 0006571closed Clinton Stimpson Color By menu on toolbar does not update 
Issue History
2007-12-04 17:23Clinton StimpsonRelationship addedrelated to 0006110
2008-03-25 17:17Clinton StimpsonRelationship addedrelated to 0006571
2008-03-26 12:25Clinton StimpsonAssigned ToBerk Geveci => Clinton Stimpson
2008-03-26 12:26Clinton StimpsonStatustabled => closed
2008-03-26 12:26Clinton StimpsonNote Added: 0010918
2008-03-26 12:26Clinton StimpsonResolutionopen => fixed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006039)
Clinton Stimpson   
2006-12-21 17:51   
To clarify

See, pqDisplayProxyEditor::reloadGUI
for the current workaround, which doesn't work if one is using python to change properties.
(0010918)
Clinton Stimpson   
2008-03-26 12:26   
vtkSMOutputPort has vtkCommand::UpdateInformationEvent which is sufficient.