Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple .dcm app load issue #411

Closed
FPChris opened this issue Oct 17, 2017 · 3 comments
Closed

Multiple .dcm app load issue #411

FPChris opened this issue Oct 17, 2017 · 3 comments
Labels
question Further information is requested
Milestone

Comments

@FPChris
Copy link

FPChris commented Oct 17, 2017

I have 5 dcm thumbnails in a row. If the user clicks on a thumbnail I overlay a light box div. The light box opens, the app is created then a dcm is loaded. The user can close the light box in order to view the next dcm and so on.

Problem. If I start loading .dcm #1 then the user closes the light box before it finished loading, clicks on
the next thumbnail and starts loading .dcm #2. BOTH seem to be loading in the background.
I get a percentage display that rapidly alternates between two percents 5%-45% ...6%-48% etc.
It seems .dcm #1 finishes and does nothing. But is confusing on screen and I worry about the memory.

@ivmartel ivmartel added the question Further information is requested label Oct 18, 2017
@ivmartel ivmartel added this to the 0.22.0 milestone Oct 18, 2017
@ivmartel
Copy link
Owner

It's true there is no cancel option for a download you would like to stop. This is why you see the first download finish and do nothing. And this messes up the progress bar since it is receiving updates from two downloads.
With a cancel feature, when the user clicks on another thumbnail, you would be able to cancel the first download and launch the new one. I created #412 for this feature,

@FPChris
Copy link
Author

FPChris commented Oct 18, 2017

Thanks. Much appreciated.

@ivmartel
Copy link
Owner

Closing this issue, please comment on #412.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants