I just started messing with adding some webcams to my Xlobby and need some help having them refresh.
I made a database with the url's to the webcams after following Jowaldo's skin (thanks!!). I have a page with the thumbnail view of all the cams which runs the "load http covers" command, and then clicking on a cam takes you to a details page with a bigger image of the cam, this is what I need help with. Each time the webcam_details page loads it runs the following event:
Wait: 20000 (wait for the new image to be loaded on the webserver)
load http covers: webcams (refresh the image)
goto screen: webcam_refresh (I got this from Jowaldo's, I just says to wait while the images refresh)
goto screen: webcam_details
I wanted this process to repeat/update so that is why I set it to run on the page load.
This process works great but I cannot get it to stop refreshing since it re-runs the event each time the webcam_details page loads, which is what I want. I just need a way to stop it.
Hope that makes sense and is not to confusing