Page MenuHomePhabricator

Progress bar behaves unusual
Closed, ResolvedPublic

Description

When loading the data from \\mbifs1\winsrv\home\maleike\tmp\dicom64 the progress bar starts blinking grey instead of increasing.

OS is Windows Vista 64 Bit

Event Timeline

Every DICOM image is read separately, so the progress bar is recreated for every slice. The DICOM file series reader should count all the slices to read beforehand and then increase progress correctly.

Just add 50 workitem before series loading, then load all slices, then mark 50 workitem as done. this should at least as a nice fake

Please add to the change request the description of a manual test to verify your changes and actually execute this test.

[SVN revision 22067]
FIX (#2472): fixed progress bar behavior