Hi,
  There is probably a bug in QDeclarativeImageProvider
   I am using a URI something like "image://imgprovider/<idx1>/<idx2>" where
idx1, idx2=0, 1, 2, ....
   From what I have observed, the previous images are cached, and new image
requests are not performed.
   for ex: previously if I have requested the image with
"image://imgprovider/0/0" and the next time I use this value, the
requestImage() method is not called and the older image is used. Is it a bug
or a expected caching behavior?
   Either way, to get around this problem, I am using random values for idx1
each time the image changes in the backend.

 --vineeth
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to