Closed GoogleCodeExporter closed 8 years ago
this error seems to go away when you change
private function startupItemsLoaded($e:BulkProgressEvent) : void
to
private function startupItemsLoaded($e:Event) : void
Original comment by greg.ja...@gmail.com
on 30 Apr 2008 at 7:58
Hi Greg Jacob.
This does work as expected from trunk. The stack trace in German is not helping
me
much ;-).
I need more info to make sure this is some issue in BulkLoader , basically:
a) A simple test case: create loader, add one item, add complete listener,
listen to
event and catch error.
b) The stack trace in English, with the --debug flag on so I can spot where the
cast
is failing really.
Else, it works as expected.
Thanks
Arthur Debert
Original comment by debert
on 1 May 2008 at 6:53
I have found the sollution to the problem:
BulkLoader.PROGRESS is a BulkProgressEvent
and
BulkLoader.COMPLETE is a normal AS3 Event
I had assumed that COMPLETE was also a BulkProgressEvent since it had to do
with progress.
Thanks
Greg
Original comment by greg.ja...@gmail.com
on 5 May 2008 at 4:02
Original comment by debert
on 5 May 2008 at 4:06
Original issue reported on code.google.com by
greg.ja...@gmail.com
on 28 Apr 2008 at 1:34