My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 7 days

  • Jun 30, 2009
    ToDo (The laundry list) Wiki page edited by debert

Last 30 days

  • Jun 23, 2009
    issue 97 (getDisplayObjectLoader doesn't work) reported by alec...@googlemail.com   -   What steps will reproduce the problem? 1. Use loader to load an image 2. Try to retrieve the loader object using getDisplayObjectLoader What is the expected output? What do you see instead? I expect to retrieve a loader object; I retrieve null instead What version of the product are you using? On what operating system? WinXP, FDT, ADL Please provide any additional information below. It looks to me as though the generic _getContentAsType method attempts always to cast the content to a type, but when you load an image the content is Bitmap; I want to retrieve the loader! My reason is that I am agnostic about whether I'm loading an image or a SWF, and I want to retrieve the size of what I'm loading from the loaderInfo of the loaded element. I haven't tried it for a SWF yet, but I'll bet that the same problem pertains.
    What steps will reproduce the problem? 1. Use loader to load an image 2. Try to retrieve the loader object using getDisplayObjectLoader What is the expected output? What do you see instead? I expect to retrieve a loader object; I retrieve null instead What version of the product are you using? On what operating system? WinXP, FDT, ADL Please provide any additional information below. It looks to me as though the generic _getContentAsType method attempts always to cast the content to a type, but when you load an image the content is Bitmap; I want to retrieve the loader! My reason is that I am agnostic about whether I'm loading an image or a SWF, and I want to retrieve the size of what I'm loading from the loaderInfo of the loaded element. I haven't tried it for a SWF yet, but I'll bet that the same problem pertains.
  • Jun 22, 2009
    issue 96 (AIR is not showing the full Error from BulkLoader.ERROR) reported by bal...@cabinetuk.com   -   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.
    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.
  • Jun 16, 2009
    issue 95 (Weired behaivior on load images returning them as Loader) Status changed by debert   -   Hi Winalex. This is not BulkLoader's weird behaviour. This has to do with security model in the flash player and crossdomains. If you read through the ImageItem source, you'll see that it tries to use content as data (Bitmaps) but if it fails (a security exception) it will allow you to access the Loader object. Cheers Arthur Debert
    Status: Invalid
    Hi Winalex. This is not BulkLoader's weird behaviour. This has to do with security model in the flash player and crossdomains. If you read through the ImageItem source, you'll see that it tries to use content as data (Bitmaps) but if it fails (a security exception) it will allow you to access the Loader object. Cheers Arthur Debert
    Status: Invalid
  • Jun 16, 2009
    issue 95 (Weired behaivior on load images returning them as Loader) reported by winxalex   -   What steps will reproduce the problem? What is the expected output? What do you see instead? When tested thru Flash IDE 9 all loaded LoadingItem items actually item.content are [Bitmaps]... but online on webserver in Flash10 player [object Loader],[object Bitmap],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader] What version of the product are you using? On what operating system? 1. Developing platform Flash IDE 9 2. Testing platform Mozzila with FL 10 Please provide any additional information below.
    What steps will reproduce the problem? What is the expected output? What do you see instead? When tested thru Flash IDE 9 all loaded LoadingItem items actually item.content are [Bitmaps]... but online on webserver in Flash10 player [object Loader],[object Bitmap],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader],[object Loader] What version of the product are you using? On what operating system? 1. Developing platform Flash IDE 9 2. Testing platform Mozzila with FL 10 Please provide any additional information below.
  • Jun 12, 2009
    bulkloader-rev-282.zip (BulkLoader rev 282, src + docs) file uploaded by debert   -  
    Labels: Featured
    Labels: Featured
  • Jun 12, 2009
    FAQ (FAQ or Frequently Asked Questions) Wiki page edited by debert
  • Jun 12, 2009
    HowPrioritiesAndLoadingOrderWork (One-How to control (or not) loading order) Wiki page added by debert
  • Jun 12, 2009
    r280 (Fixed a bug where retriving an item by the url's string woul...) committed by debert   -   Fixed a bug where retriving an item by the url's string would fail if the item was loaded with preventCache. Also added test case for that.
    Fixed a bug where retriving an item by the url's string would fail if the item was loaded with preventCache. Also added test case for that.
  • Jun 12, 2009
    r279 (Added test cases for correct priority in multiple hosts .) committed by debert   -   Added test cases for correct priority in multiple hosts .
    Added test cases for correct priority in multiple hosts .
  • Jun 12, 2009
    r278 (Refactor the host code so that each LoadingItem has a parsed...) committed by debert   -   Refactor the host code so that each LoadingItem has a parsed url property. This is a better design, as it reduces performance overhead of recreating SmartURL items, and also allows to expose the url components from other parts of the lib.
    Refactor the host code so that each LoadingItem has a parsed url property. This is a better design, as it reduces performance overhead of recreating SmartURL items, and also allows to expose the url components from other parts of the lib.
  • Jun 12, 2009
    r277 (Removed old files from the suite, when it was ran with asuni...) committed by debert   -   Removed old files from the suite, when it was ran with asunit.
    Removed old files from the suite, when it was ran with asunit.
  • Jun 12, 2009
    r276 (Added src files for test suite to run, third-parties (JSON e...) committed by debert   -   Added src files for test suite to run, third-parties (JSON encoder, kisstest), plus put the test runner app.
    Added src files for test suite to run, third-parties (JSON encoder, kisstest), plus put the test runner app.
  • Jun 05, 2009
    r275 (Fixed bug in serialized loader example, thanks w serrel.) committed by debert   -   Fixed bug in serialized loader example, thanks w serrel.
    Fixed bug in serialized loader example, thanks w serrel.

Earlier this year

  • May 30, 2009
    r274 (Improved stats.) committed by debert   -   Improved stats.
    Improved stats.
  • May 19, 2009
    issue 94 (Cannot Load AS2 SWFs) Status changed by debert   -   Hi J Vargas. AS2 movies are not MovieClip objects, but AVM1Movie objects. In genreal, when you have a cast error, it's easier to use : var content : * = bulkLoader.get(key); And inspect that object to see what that is like. A few extra pointers: http://www.stimuli.com.br:8080/media/projects/bulk- loader/docs/br/com/stimuli/loading/BulkLoader.html#getAVM1Movie() http://groups.google.com/group/bulkloader-users/search?group=bulkloader- users&q=avm1&qt_g=Search+this+group http://livedocs.adobe.com/flex/2/langref/flash/display/AVM1Movie.html Regards Arthur Debert
    Status: Invalid
    Hi J Vargas. AS2 movies are not MovieClip objects, but AVM1Movie objects. In genreal, when you have a cast error, it's easier to use : var content : * = bulkLoader.get(key); And inspect that object to see what that is like. A few extra pointers: http://www.stimuli.com.br:8080/media/projects/bulk- loader/docs/br/com/stimuli/loading/BulkLoader.html#getAVM1Movie() http://groups.google.com/group/bulkloader-users/search?group=bulkloader- users&q=avm1&qt_g=Search+this+group http://livedocs.adobe.com/flex/2/langref/flash/display/AVM1Movie.html Regards Arthur Debert
    Status: Invalid
  • May 19, 2009
    issue 94 (Cannot Load AS2 SWFs) reported by jvargas1524   -   What steps will reproduce the problem? 1. Try to load an AS2 compiled swf. 2. Use the getMovieClip("id") method What is the expected output? What do you see instead? Expect to load the swf. Receive an error: Failed to get content with url: 'list0'as type: [class MovieClip]; the loader thinks that it is null. Not sure why. What version of the product are you using? On what operating system? Latest Version on Windows Vista Please provide any additional information below.
    What steps will reproduce the problem? 1. Try to load an AS2 compiled swf. 2. Use the getMovieClip("id") method What is the expected output? What do you see instead? Expect to load the swf. Receive an error: Failed to get content with url: 'list0'as type: [class MovieClip]; the loader thinks that it is null. Not sure why. What version of the product are you using? On what operating system? Latest Version on Windows Vista Please provide any additional information below.
  • May 14, 2009
    r273 (Improved connection polling. Also increased the default max...) committed by debert   -   Improved connection polling. Also increased the default max connection for 12. This has shown an anedoctal improvement of 200% of loading times when using multiple hosts on small files.
    Improved connection polling. Also increased the default max connection for 12. This has shown an anedoctal improvement of 200% of loading times when using multiple hosts on small files.
  • May 14, 2009
    r272 (# This is a combination of two commits. # The first commit's...) committed by debert   -   # This is a combination of two commits. # The first commit's message is: Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this. # This is the 2nd commit message: Implemented connection pooling per hostname. Up to now, Bulkloader would not take advantage of the fact that when making requests against multiple hosts, both the client and the server would limit the number (usually) to 2 connections. So if you were loading 8 items from 4 hosts, you'd have the same performance as loading 8 items from the same host. Now BulkLoader is smart enough to load 2 items (as the maxConnenctionsPerHost property defaults to) per hostname and still repect the numConnections you'd like to open at most (idenpendent of hostnames). This should give better loading times, as more requests are sent to the servers earlier on. This should also improve the wait time for bytesTotal and thus progress indication, as the browser will sent the response headers earlier on. Of course, this is only useful if you are making requests against different hostnames. If not, performance should be unaltered.
    # This is a combination of two commits. # The first commit's message is: Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this. # This is the 2nd commit message: Implemented connection pooling per hostname. Up to now, Bulkloader would not take advantage of the fact that when making requests against multiple hosts, both the client and the server would limit the number (usually) to 2 connections. So if you were loading 8 items from 4 hosts, you'd have the same performance as loading 8 items from the same host. Now BulkLoader is smart enough to load 2 items (as the maxConnenctionsPerHost property defaults to) per hostname and still repect the numConnections you'd like to open at most (idenpendent of hostnames). This should give better loading times, as more requests are sent to the servers earlier on. This should also improve the wait time for bytesTotal and thus progress indication, as the browser will sent the response headers earlier on. Of course, this is only useful if you are making requests against different hostnames. If not, performance should be unaltered.
  • Apr 28, 2009
    issue 91 ("DISAPROOVED" Error message stops upload "No such state/prov...) commented on by myinquir...@gmail.com   -   Hi: Thanks for the reply: I am not overly computer literate I only kow I put my business listing on google maps and then in spekaing with colleagues they wanted to do the same so I offered to do it for them through the "Google Bulke loader" on my maps. Does that help at all? Thanks
    Hi: Thanks for the reply: I am not overly computer literate I only kow I put my business listing on google maps and then in spekaing with colleagues they wanted to do the same so I offered to do it for them through the "Google Bulke loader" on my maps. Does that help at all? Thanks
  • Apr 28, 2009
    issue 93 (Wrong usage of LazyJSONLoader.decodeFunc ) commented on by kzimir   -   Debert.. you are right! It was the cache of my editor that fooled me. I am sorry, wasting your time. :/
    Debert.. you are right! It was the cache of my editor that fooled me. I am sorry, wasting your time. :/
  • Apr 28, 2009
    issue 93 (Wrong usage of LazyJSONLoader.decodeFunc ) Status changed by debert   -   No where else on this file is decodeFunc called without an argument, I have no idea what you mean. All other references to it are getter, setters and boolean checking, no way nor reason to include arguments on it.
    Status: Invalid
    No where else on this file is decodeFunc called without an argument, I have no idea what you mean. All other references to it are getter, setters and boolean checking, no way nor reason to include arguments on it.
    Status: Invalid
  • Apr 28, 2009
    issue 92 (LazyBulkLoader._lazyParseLoader has return type "void" but d...) Status changed by debert   -   Fixed in revision 271, thanks kzimir for noticing this.
    Status: Fixed
    Fixed in revision 271, thanks kzimir for noticing this.
    Status: Fixed
  • Apr 28, 2009
    r271 (Removed dummy return error for base lazy loader, fixes issue...) committed by debert   -   Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this.
    Removed dummy return error for base lazy loader, fixes issue #92 , thanks kzimir for noticing this.
  • Apr 28, 2009
    issue 93 (Wrong usage of LazyJSONLoader.decodeFunc ) reported by kzimir   -   *Problem* LazyJSONLoader.decodeFunc excepts *no* argument on line 54 of the same file its called with an argument Would be nice if someone could fix this in the repository..
    *Problem* LazyJSONLoader.decodeFunc excepts *no* argument on line 54 of the same file its called with an argument Would be nice if someone could fix this in the repository..
  • Apr 28, 2009
    issue 39 (Missing import for BulkErrorEvent in XMLItem) commented on by debert   -   Hi Kzimir. At any rate, the error handling code was refactored last month. The current trunk has no BulkErrorEvent classes nor references to it, so I'd avise to upgrade to trunk. Cheers
    Hi Kzimir. At any rate, the error handling code was refactored last month. The current trunk has no BulkErrorEvent classes nor references to it, so I'd avise to upgrade to trunk. Cheers
  • Apr 28, 2009
    issue 92 (LazyBulkLoader._lazyParseLoader has return type "void" but d...) reported by kzimir   -   *Error* lazy_loader function _lazyParseLoader(withData : String) : void{ throw new Error("subclasses should implement a useful method for this"); return new BulkLoader("bad"); } *Solution* Since this is an abstract class, simply delete that line (70) _Would be nice someone could fix that in the repository as well..._
    *Error* lazy_loader function _lazyParseLoader(withData : String) : void{ throw new Error("subclasses should implement a useful method for this"); return new BulkLoader("bad"); } *Solution* Since this is an abstract class, simply delete that line (70) _Would be nice someone could fix that in the repository as well..._
  • Apr 28, 2009
    issue 39 (Missing import for BulkErrorEvent in XMLItem) commented on by kzimir   -   Are you sure? If I browse the repository I do not find that file anywhere..
    Are you sure? If I browse the repository I do not find that file anywhere..
  • Apr 28, 2009
    issue 91 ("DISAPROOVED" Error message stops upload "No such state/prov...) Status changed by debert   -   Hi Charlene. I have no idea what you are talking about. BulkLoader is an Actioscript project for flash interfaces, to make loading external assets (images video) at runtime into the plugin easier. Maybe you are thinking about GAE's Bulk Loader, correct?
    Status: Invalid
    Hi Charlene. I have no idea what you are talking about. BulkLoader is an Actioscript project for flash interfaces, to make loading external assets (images video) at runtime into the plugin easier. Maybe you are thinking about GAE's Bulk Loader, correct?
    Status: Invalid
  • Apr 28, 2009
    issue 91 ("DISAPROOVED" Error message stops upload "No such state/prov...) reported by myinquir...@gmail.com   -   What steps will reproduce the problem? 1. Trying to bulk upload with all the "CORRECT" information 2. 3. What is the expected output? What do you see instead? Should be "ACTIVE" What version of the product are you using? On what operating system? Version? OS Vista Please provide any additional information below. Each time I try to do a bulk upload of the companies US and Canadian locations it initially accepts all the information but then later it comes back with the message above in the summary. Even when I go in to change the details under the "get details" portion, it will still not recognize for example "Ohio" and yet I click on Ohio. Any information on how to make the upload successful would be greatly appreciated! Thank you! Charlene @ myinquiriesandinfo@gmail.com
    What steps will reproduce the problem? 1. Trying to bulk upload with all the "CORRECT" information 2. 3. What is the expected output? What do you see instead? Should be "ACTIVE" What version of the product are you using? On what operating system? Version? OS Vista Please provide any additional information below. Each time I try to do a bulk upload of the companies US and Canadian locations it initially accepts all the information but then later it comes back with the message above in the summary. Even when I go in to change the details under the "get details" portion, it will still not recognize for example "Ohio" and yet I click on Ohio. Any information on how to make the upload successful would be greatly appreciated! Thank you! Charlene @ myinquiriesandinfo@gmail.com
  • Apr 26, 2009
    issue 87 (Seeking in a bulkloaded MP4 file causes it to disappear) Status changed by debert   -   Hi Jamie. I can't reproduce this here, nor imagine what BulkLoader itself is doing that would cause this. Can you check if this happens with a regular NetStream? If it doesn't, than with a minimal test case I can investigate this further. Until then, I am marking this as invalid. Thanks Arthur Debert
    Status: Invalid
    Hi Jamie. I can't reproduce this here, nor imagine what BulkLoader itself is doing that would cause this. Can you check if this happens with a regular NetStream? If it doesn't, than with a minimal test case I can investigate this further. Until then, I am marking this as invalid. Thanks Arthur Debert
    Status: Invalid
  • Apr 26, 2009
    issue 52 (Event.INIT) Status changed by debert   -   Hi Ruranga. This is implemented as of revision 270. Cheers Arthur Debert
    Status: Fixed
    Hi Ruranga. This is implemented as of revision 270. Cheers Arthur Debert
    Status: Fixed
  • Apr 26, 2009
    r270 (Implemented INIT events for ImageItems, fixed issue 52. ) committed by debert   -   Implemented INIT events for ImageItems, fixed issue 52 .
    Implemented INIT events for ImageItems, fixed issue 52 .
  • Apr 26, 2009
    issue 75 (getXXX with clearMemory = true causing queue not to fully lo...) Status changed by debert   -   Hi Jakub. Thanks for the heads up. This is fixed on revision 269. From the log message: Fixed issue #75 , where removing an item inside a complete handler would cause the loader to stale. If an item was removed inside it's individual COMPLETE handler, the bulkLoader.loadedItems would be bogus (this was an easy fix), but also if that would happen inside on the last item on from the connection queue, the queue would stale. Thanks Jakub Gondek for the report.
    Status: Fixed
    Hi Jakub. Thanks for the heads up. This is fixed on revision 269. From the log message: Fixed issue #75 , where removing an item inside a complete handler would cause the loader to stale. If an item was removed inside it's individual COMPLETE handler, the bulkLoader.loadedItems would be bogus (this was an easy fix), but also if that would happen inside on the last item on from the connection queue, the queue would stale. Thanks Jakub Gondek for the report.
    Status: Fixed
  • Apr 26, 2009
    r269 (Fixed issue #75, where removing an item inside a complete ha...) committed by debert   -   Fixed issue #75 , where removing an item inside a complete handler would cause the loader to stale. If an item was removed inside it's individual COMPLETE handler, the bulkLoader.loadedItems would be bogus (this was an easy fix), but also if that would happen inside on the last item on from the connection queue, the queue would stale. Thanks Jakub Gondek for the report.
    Fixed issue #75 , where removing an item inside a complete handler would cause the loader to stale. If an item was removed inside it's individual COMPLETE handler, the bulkLoader.loadedItems would be bogus (this was an easy fix), but also if that would happen inside on the last item on from the connection queue, the queue would stale. Thanks Jakub Gondek for the report.
  • Apr 26, 2009
    issue 89 (Failed to get content with url) Status changed by debert   -   Hi DavGothic. I can't see the how this issue could happen. I've just coded a quick minimal test case and it works fine. If you are sure this is not an issue with extra code in your project, and can come with a minimal test case for reproducing this, I'll reopen this ticket (I am not sure what the .7x file you uploaded is). Regards Arthur Debert
    Status: Invalid
    Hi DavGothic. I can't see the how this issue could happen. I've just coded a quick minimal test case and it works fine. If you are sure this is not an issue with extra code in your project, and can come with a minimal test case for reproducing this, I'll reopen this ticket (I am not sure what the .7x file you uploaded is). Regards Arthur Debert
    Status: Invalid
  • Apr 26, 2009
    r268 (Removed traes (oops) ) committed by debert   -   Removed traes (oops)
    Removed traes (oops)
  • Apr 26, 2009
    issue 85 (itemsTotal counts all item in loader even already loaded ite...) Status changed by debert   -   Hi Carbin. I thinks this one has been fixed on later revisions ( rev 267), so I am closing it. If your test case is still failing on this revision, please let me know (reopening this is a good way). Cheers Arthur Debert
    Status: Fixed
    Hi Carbin. I thinks this one has been fixed on later revisions ( rev 267), so I am closing it. If your test case is still failing on this revision, please let me know (reopening this is a good way). Cheers Arthur Debert
    Status: Fixed
  • Apr 26, 2009
    issue 83 (implement getOrCreateByName(name) method) Status changed by debert   -   Hi Andre. Thanks for the suggestion. While I can see the convinience, I am trying not to increase bulkloader's size anymore, unless it's really needed, and this is basically a one liner: var bl : BullkLoder = BulkLoder.getLoader(name) || new BulkLoader(name); Cheers Arthur Debert
    Status: WontFix
    Hi Andre. Thanks for the suggestion. While I can see the convinience, I am trying not to increase bulkloader's size anymore, unless it's really needed, and this is basically a one liner: var bl : BullkLoder = BulkLoder.getLoader(name) || new BulkLoader(name); Cheers Arthur Debert
    Status: WontFix
  • Apr 26, 2009
    issue 79 (COMPLETE event neveer fires if one or more items fail to loa...) commented on by marko2009   -   Thanks for the update Arthur. I see your point. I read your FAQ page and learnt that COMPLETE event will fire in case item(s) fail to load, provided you remove failed items from the queue. I guess that was the key point I missed initially. Anyway, it's nice to have the COMPLETE_WITH_ERRORS event in there as an option, for those who find it easier to deal with. Thanks for your help on this. Marko
    Thanks for the update Arthur. I see your point. I read your FAQ page and learnt that COMPLETE event will fire in case item(s) fail to load, provided you remove failed items from the queue. I guess that was the key point I missed initially. Anyway, it's nice to have the COMPLETE_WITH_ERRORS event in there as an option, for those who find it easier to deal with. Thanks for your help on this. Marko
  • Apr 26, 2009
    r267 (Changed getClassName signature to reflect other values (func...) committed by debert   -   Changed getClassName signature to reflect other values (function, namespaces)
    Changed getClassName signature to reflect other values (function, namespaces)
  • Apr 26, 2009
    r266 ( Added getClassByName to ImageItem plus tests ) committed by debert   -   Added getClassByName to ImageItem plus tests
    Added getClassByName to ImageItem plus tests
  • Apr 26, 2009
    issue 79 (COMPLETE event neveer fires if one or more items fail to loa...) Status changed by debert   -   Hi Marko. After a lot of though and giving your patch a spin, I've reached the conclusion that this does create a more than one way to do it, which is conceptually wrong. I still believe that people should recover from erros on the ERROR event handler, and leave the semantics of COMPLETE coherent. I do understand, however, that this confuses a lot of people, so I'll improve the documentation, and I have also added a FAQ entry to explain this, pointing to your patch ( http://code.google.com/p/bulk- loader/wiki/FAQ?ts=1240764206&updated=FAQ#Complete_never_fires_if_there_is_an_error? ) . I know that not getting this checked in is a pain, but I appreciate very much your work. Cheers
    Status: WontFix
    Hi Marko. After a lot of though and giving your patch a spin, I've reached the conclusion that this does create a more than one way to do it, which is conceptually wrong. I still believe that people should recover from erros on the ERROR event handler, and leave the semantics of COMPLETE coherent. I do understand, however, that this confuses a lot of people, so I'll improve the documentation, and I have also added a FAQ entry to explain this, pointing to your patch ( http://code.google.com/p/bulk- loader/wiki/FAQ?ts=1240764206&updated=FAQ#Complete_never_fires_if_there_is_an_error? ) . I know that not getting this checked in is a pain, but I appreciate very much your work. Cheers
    Status: WontFix
  • Apr 26, 2009
    FAQ (FAQ or Frequently Asked Questions) Wiki page edited by debert
  • Apr 26, 2009
    r264 (Updated documentation, fixes issue 88 ) committed by debert   -   Updated documentation, fixes issue 88
    Updated documentation, fixes issue 88
  • Apr 26, 2009
    issue 88 (Where is the BulkErrorEvent class ?) Status changed by debert   -   The BulkErrorEvent was removed on the error handling refactor ( http://code.google.com/p/bulk- loader/source/detail?r=239 ), but the documentation hadn't been updated, so that was probably the reason for this report. This has been fixed as of revision 263. Cheers Arthur Debert
    Status: Fixed
    The BulkErrorEvent was removed on the error handling refactor ( http://code.google.com/p/bulk- loader/source/detail?r=239 ), but the documentation hadn't been updated, so that was probably the reason for this report. This has been fixed as of revision 263. Cheers Arthur Debert
    Status: Fixed
  • Apr 26, 2009
    r263 (Updated documentation, fixes issue 88 ) committed by debert   -   Updated documentation, fixes issue 88
    Updated documentation, fixes issue 88
  • Apr 26, 2009
    issue 82 (bulkLoader.itemsTotal dont change when removeAll() is execut...) Status changed by debert   -   Hi Remi. This should be fixed as of revision 262. Note, however that the api will sometimes fire a progress event for a loader that has been stopped, and that can still cause a bad reading. Cheers arthur Debert
    Status: Fixed
    Hi Remi. This should be fixed as of revision 262. Note, however that the api will sometimes fire a progress event for a loader that has been stopped, and that can still cause a bad reading. Cheers arthur Debert
    Status: Fixed
  • Apr 26, 2009
    r262 (Added extra percentage resets on removeAll ) committed by debert   -   Added extra percentage resets on removeAll
    Added extra percentage resets on removeAll
  • Apr 26, 2009
    r261 (Added test cases for simple removeAll and load counters (ite...) committed by debert   -   Added test cases for simple removeAll and load counters (itemsTotal, itemsLoaded...)
    Added test cases for simple removeAll and load counters (itemsTotal, itemsLoaded...)
 
Hosted by Google Code