loadRemoteImage not calling the imageListener when the network drops

Hi,

According to the documentation, the LoadRemoteImage method is supposed to invoke the listener when it has a result. It says that if an error is detected then event.isError is set to true. All seems to be ok when there is a network connection however when the network drops then the listener never seems to be invoked - hence my error code never gets invoked.

I can get around this problem by having my own time-out but it would be nice if loadRemoteImage can do this.

Is there something that I am missing?

One method would to check that the network is up then issue the command but that doesnt help if the network drops after I have made the request and before the image is fully downloaded.

I am testing this on my device by putting it into flight mode. Images arent being downloaded and the listener isnt being called either. Its also happening on the simulator when I enable and disable the network.

thanks [import]uid: 158162 topic_id: 32475 reply_id: 332475[/import]