I thought that was supposed to work.  What's the warning?  As an  
alternative, how about:

v1.setSource("http://blah/1x1.jpg";);

?

On 2006-09-23, at 01:30 EDT, Scott Evans wrote:

> 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


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to