MantisBT - ParaView
View Issue Details
0005875ParaView(No Category)public2007-10-12 11:582009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0005875: State with text not saved/loaded properly
If you save state with a text source and then try to load it, you can no longer interact with the text. To reproduce:

1. Create a text source.
2. Save the state.
3. Restart ParaView.
4. Load the state.

When you load the state, you get the following error.

ERROR: In C:\kmorel\src\ParaView3\VTK\Widgets\vtkAbstractWidget.cxx, line 118
vtkTextWidget (0AA65F38): The interactor must be set prior to enabling the widget

You can also no longer adjust any of the display properties of the text either through the Display panel or within the 3D view.
No tags attached.
Issue History
2007-10-12 11:58Ken MorelandNew Issue
2008-04-15 10:50Berk GeveciAssigned To => Utkarsh Ayachit
2008-04-15 10:50Berk GeveciStatusbacklog => tabled
2008-04-15 15:38Utkarsh AyachitStatustabled => @80@
2008-04-15 15:38Utkarsh AyachitResolutionopen => fixed
2008-04-15 15:38Utkarsh AyachitNote Added: 0011346
2008-04-16 17:08Alan ScottStatus@80@ => closed
2008-04-16 17:08Alan ScottNote Added: 0011404
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
(0011346)
Utkarsh Ayachit   
2008-04-15 15:38   
When the enabled property is changed, don't directly
update the vtkAbstractWidget's enabled state. The widget's enabled state can
only be changed with the renderer/interactor etc are set up i.e. the
representation has been added to view. Now updating the "Enabled" property sets
up an internal ivar which is pushed when the representation is added to the
view.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMNewWidgetRepresentationProxy.cxx,v <-- Servers/ServerManager/vtkSMNewWidgetRepresentationProxy.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMNewWidgetRepresentationProxy.h,v <-- Servers/ServerManager/vtkSMNewWidgetRepresentationProxy.h
new revision: 1.6; previous revision: 1.5
(0011404)
Alan Scott   
2008-04-16 17:08   
Tested client/server.