Project

General

Profile

Update image using timer

Added by jakub jirsa almost 8 years ago

Hi,

I am using Wimage to display an image from local drive. I would like to update the image after some time (10ms < t < second) because it changes after few ms. For that I am using timer which updates every 100ms an image like this image~~setImageLink("im1.jpg"). But the image doesn't change at all (its changed on my drive but not in Webpage). I have to reload page to see a change but than it stay the same again. I have tried using refresh but it didn't helped at all. (I have also tried to use two different pictures to see that the timer works~~> it works fine)

Thanks a lot for help.