Consider:
<view id="v1" visible="true">
...
v1.setSource("http://blah/slowtoload.jpg");Is there a way to abort this image load midway through? Kill the http connection and all? v1.setSource(null) seems to work but there's a debugger warning and some other things got a little weird after I did it. gse _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
