View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005875ParaView(No Category)public2007-10-12 11:582009-05-13 13:59
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0005875: State with text not saved/loaded properly
DescriptionIf 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0011346)
Utkarsh Ayachit (administrator)
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 (manager)
2008-04-16 17:08

Tested client/server.

 Issue History
Date Modified Username Field Change
2007-10-12 11:58 Ken Moreland New Issue
2008-04-15 10:50 Berk Geveci Assigned To => Utkarsh Ayachit
2008-04-15 10:50 Berk Geveci Status backlog => tabled
2008-04-15 15:38 Utkarsh Ayachit Status tabled => @80@
2008-04-15 15:38 Utkarsh Ayachit Resolution open => fixed
2008-04-15 15:38 Utkarsh Ayachit Note Added: 0011346
2008-04-16 17:08 Alan Scott Status @80@ => closed
2008-04-16 17:08 Alan Scott Note Added: 0011404
2009-05-13 13:58 Utkarsh Ayachit Target Version => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team