Repository: flex-utilities Updated Branches: refs/heads/develop 2369eb6c5 -> b5dc2ed7c
send a progress event of 100% so progress bar shows as filled Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/b5dc2ed7 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/b5dc2ed7 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/b5dc2ed7 Branch: refs/heads/develop Commit: b5dc2ed7c5d24c7d249ef28ddf607446ff93bafb Parents: 2369eb6 Author: Alex Harui <[email protected]> Authored: Fri Jun 6 13:52:24 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 6 13:52:24 2014 -0700 ---------------------------------------------------------------------- ant_on_air/src/org/apache/flex/ant/tags/Checksum.as | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b5dc2ed7/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as ---------------------------------------------------------------------- diff --git a/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as b/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as index a153fb2..5df7ee7 100644 --- a/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as +++ b/ant_on_air/src/org/apache/flex/ant/tags/Checksum.as @@ -172,6 +172,8 @@ package org.apache.flex.ant.tags } } } + ant.dispatchEvent(new ProgressEvent(ProgressEvent.PROGRESS, false, false, + totalLength, totalLength)); dispatchEvent(new Event(Event.COMPLETE)); }
