MantisBT - ParaView
View Issue Details
0008109ParaView(No Category)public2008-11-17 16:442009-05-13 13:59
Alan Scott 
Utkarsh Ayachit 
highmajoralways
closedfixed 
 
3.43.4 
0008109: Anotate time goes away
This one is medium-high, minor-major.

Trunk, XP, local server.
Open can.exo.
Sources/Annotate time.
Turn visibility off, turn visibility on of the annotate time.
You cannot get annotate time to ever turn on again. You must delete the filter and recreated it.
No tags attached.
Issue History
2008-11-17 16:44Alan ScottNew Issue
2008-11-18 09:37Utkarsh AyachitNote Added: 0014131
2008-11-18 09:37Utkarsh AyachitStatusbacklog => @80@
2008-11-18 09:37Utkarsh AyachitResolutionopen => fixed
2008-11-18 09:37Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-11-19 17:04Alan ScottNote Added: 0014139
2008-11-19 17:04Alan ScottStatus@80@ => closed
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0014131)
Utkarsh Ayachit   
2008-11-18 09:37   
The problem was that the Widget hides the representation
with it's Disabled. Now using "ProcessEvents" to toggle interactivity and using
"Visibility" to affect both widget enabled state as well as representation
visibility.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMNewWidgetRepresentationProxy.cxx,v <-- Servers/ServerManager/vtkSMNewWidgetRepresentationProxy.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMTextSourceRepresentationProxy.cxx,v <-- Servers/ServerManager/vtkSMTextSourceRepresentationProxy.cxx
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMTextSourceRepresentationProxy.h,v <-- Servers/ServerManager/vtkSMTextSourceRepresentationProxy.h
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.320; previous revision: 1.319
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- Servers/ServerManager/Resources/utilities.xml
new revision: 1.156; previous revision: 1.155
/cvsroot/ParaView3/ParaView3/Qt/Components/pqTextDisplayPropertiesWidget.cxx,v <-- Qt/Components/pqTextDisplayPropertiesWidget.cxx
new revision: 1.11; previous revision: 1.10
(0014139)
Alan Scott   
2008-11-19 17:04   
Quick!

Tested client/server.