I have a problem with the Image widget.

using setSource(imageUrl); works fine

but second time I do it and the imageUrl has the same Url it does not work.

The image is delivered by streaming from a Servlet .

I have tried to do setSource(null) and then the same imageUrl again, but it 
does not work.

I have tried resetResource(); without any effect.

To me it seems that qooxdoo picks up the old one which is buffered. This is 
good if the source not explicitly is reset or changed to null etc.

Do you have any solution to this? This does not necessarily be a bug, but it is 
definitively a weakness if it has not been implemented. Maybe there is some 
solution of cleaning the cache or dirty trick, though I prefer the clean 
variant...! :-)

Stefan
                                          
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to