arthur-debert/BulkLoader

96 - AIR is not showing the full Error from BulkLoader.ERROR

arthur-debert opened this issue · 1 comments

What steps will reproduce the problem?
1. loader.addEventListener(BulkLoader.ERROR, onError, false,0,true); 
2. loader.add("http://localhost/RVY_stocks_10_L.jpg");
3. private function onError(evt:Event){trace(evt.text);}

What is the expected output? What do you see instead?
in an SWF it's ok:
Error #2035: URL Not Found. URL: http://localhost/RVY_stocks_10_L.jpg
however in AIR it's only:
Error #2035

What version of the product are you using? On what operating system?
version 0.4, XP, compiling in FDT using the Flex_3_SDK_0_Pure_for_FP_10 SDK

Please provide any additional information below.
instead of trace, I log the errors, but that part is Ok, as anything else
hard coded instead of the (evt.text) will be logged in AIR as well.


Original link: http://code.google.com/p/bulk-loader/issues/detail?id=96

quhuan - 2010-07-15 00:00:00

bulkLoader.add("languages.xml", {priority:10, onComplete:parseLanguages, id:"langs"});

[BulkLoader] LoadingItem url: languages.xml, type:xml, status: null: got a wrong property name: onComplete, with value:function Function() {}