View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009415ParaViewBugpublic2009-08-14 05:072010-01-21 19:29
ReporterSven Buijssen 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.6 
Target VersionFixed in Version3.8 
Summary0009415: Toolbar Current Time Controls has max of 99 on load state event
DescriptionLoad a file series consisting of more than 99 files into ParaView, save state, end paraview.
Fire up ParaView again, load the same state file.
You will notice that the Time object in the Information tab of the Object Inspector correctly lists all files of the series. The same holds for the Data Arrays object, it states the number of the last file under "current data time step:". The grayed out number in the Current Time Controls toolbar is correct, too. But the text box next to it displays 99 and does not allow a bigger number to be entered. Neither does the spinner next to the text box.

Happens for latest release (ParaView 3.6.1) and top of cvs build.
Additional InformationYou surely know how to quickly create a large file series, but to make it easier here's a bash one-liner for cut-and-paste:
 cd ParaViewData/Data/FileSeries;
 for i in `seq -f "%04g" 1 1200 `; do ln -s blow15.vtk blow_time${i}.vtk; done
TagsNo tags attached.
Project
Topic Name
Type
Attached Filespatch file icon 0001-BUG-Fixed-BUG-9415.-Animation-time-spin-box-s-range-.patch [^] (947 bytes) 2009-12-03 04:11 [Show Content]

 Relationships

  Notes
(0018615)
Benjamin Schindler (reporter)
2009-11-30 05:05

I can confirm this bug. I have a 400 timestep dataset and loading a state with timevalue above 99 makes paraview move to timestep 99.

The animation view can still be used to select the timestep though

I don't think this bug should be classified as minor.

Also, this bug is the same bug as the one I filled half an year ago (0008717) which was errornously classified as a duplicate (The other bug is relevant, but does not cover the entire issue)
(0018633)
Utkarsh Ayachit (administrator)
2009-12-01 17:28

Animation time spin box's range wasn't getting updated during state loading. Fixed that.
(0018673)
Alan Scott (manager)
2009-12-02 20:13

Utkarsh,
I used the wonderful bash script below, and made about 1000 and something linked files. I then opened blow, and stepped to the 1000th time step. The time in the tine control is not quite wide enough - it is truncating part of the 0. How about if we widen this up enough to cleanly handle up to 10000 time steps? If you don't agree, just resolve or close this bug again - I can live with it is it is. Alan
(0018684)
Benjamin Schindler (reporter)
2009-12-03 03:14

Another request from my side - since I don't have a checkout here, would you mind posting/mailing me a diff so I can apply it on my local sources? This bugfix is extremely important for me

Thanks!
(0018685)
Sven Buijssen (reporter)
2009-12-03 04:10

Thanks for directing attention to this one, bschindler. To return the favor please find attached the patch requested.
(0018686)
Benjamin Schindler (reporter)
2009-12-03 04:49

Thank you for the patch! That was quick!

I applied it and it fixed the issue on my side. Now remaining is the issue wascott described with >1000 timesteps, but may be this should go in a separate bug?
(0019203)
Utkarsh Ayachit (administrator)
2010-01-19 16:47

Made the widget 5 digit wide.
(0019258)
Alan Scott (manager)
2010-01-21 19:29

Tested local server, XP, trunk.

 Issue History
Date Modified Username Field Change
2009-08-14 05:07 Sven Buijssen New Issue
2009-11-30 05:05 Benjamin Schindler Note Added: 0018615
2009-12-01 17:28 Utkarsh Ayachit Note Added: 0018633
2009-12-01 17:28 Utkarsh Ayachit Status backlog => @80@
2009-12-01 17:28 Utkarsh Ayachit Fixed in Version => 3.8
2009-12-01 17:28 Utkarsh Ayachit Resolution open => fixed
2009-12-01 17:28 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2009-12-02 20:13 Alan Scott Note Added: 0018673
2009-12-02 20:13 Alan Scott Status @80@ => @20@
2009-12-02 20:13 Alan Scott Resolution fixed => reopened
2009-12-03 03:14 Benjamin Schindler Note Added: 0018684
2009-12-03 04:10 Sven Buijssen Note Added: 0018685
2009-12-03 04:11 Sven Buijssen File Added: 0001-BUG-Fixed-BUG-9415.-Animation-time-spin-box-s-range-.patch
2009-12-03 04:49 Benjamin Schindler Note Added: 0018686
2010-01-19 16:47 Utkarsh Ayachit Note Added: 0019203
2010-01-19 16:47 Utkarsh Ayachit Status @20@ => @80@
2010-01-19 16:47 Utkarsh Ayachit Resolution reopened => fixed
2010-01-21 19:29 Alan Scott Note Added: 0019258
2010-01-21 19:29 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team