KatsumiKudo / fjcore

Automatically exported from code.google.com/p/fjcore
0 stars 0 forks source link

ProgressChanged event never fires on ImageResizer? #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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%pi...@gtempaccount.com on 10 Aug 2009 at 9:28

GoogleCodeExporter commented 9 years ago
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%pi...@gtempaccount.com on 13 Aug 2009 at 4:02