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

ProgressChanged event never fires on ImageResizer? #9

Open
GoogleCodeExporter opened this issue Jun 8, 2015 · 1 comment
Open

ProgressChanged event never fires on ImageResizer? #9

GoogleCodeExporter opened this issue Jun 8, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. instantiate an ImageResizer
2. attach a handler to the resizer's ProgressChanged event
3. Resize an image

What is the expected output? What do you see instead?
Expected progress updates via the event, but it was never thrown.


Please provide any additional information below.
Looking at the ImageResizer source, it seems like the ResizeProgressChanged
handler event is never attached/thrown, so it would never report progress.
Is this something that may come in future versions?

Original issue reported on code.google.com by brian%[email protected] on 10 Aug 2009 at 9:28

@GoogleCodeExporter
Copy link
Author

FYI, this was an easy fix as well.  The ImageResizer's "ResizeProgressChanged" 
Event
Handler was never being attached to the resizeFilter.ProgressChanged event.

Original comment by brian%[email protected] on 13 Aug 2009 at 4:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant