You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
FYI, this was an easy fix as well. The ImageResizer's "ResizeProgressChanged"
Event
Handler was never being attached to the resizeFilter.ProgressChanged event.
Original issue reported on code.google.com by
brian%[email protected]
on 10 Aug 2009 at 9:28The text was updated successfully, but these errors were encountered: