The following code works once in a G4 event script... but never again:
Marcel was kind enough to explain that Girder loads a cached copy from the local explorer cache on subsequent calls to the script, which is why the image will never update. Is there a way to force G4 to ignore the cache and actually go to the url and update the image? Alternatively, can someone suggest a work-around?Code:local url = "http://www.ssec.wisc.edu/localweather/ww.gif" NetRemote.SetImageURL ("Warnings", url)


Reply With Quote