restart gadget
hi every one
any one know a code to restart a gadget or force an array to be readed from the file not from the memory
please reply fast
thanks
hi every one
any one know a code to restart a gadget or force an array to be readed from the file not from the memory
please reply fast
thanks
Assuming this is for a live.com gadget (since you posted in the web gadget section), you shouldn't be reading "files" (no access to disk). If you're having a problem with RSS or XML feeds returning the same data when they shouldn't, you're probably running into Live.com's caching mechanism. There are ways to get around this, but they're not recommended (simplest is to add random numbers to your URL, since live.com caches based on the URL string -- ie, if your feed is "http://www.example.com/something.rss", you could try "http://www.example.com/something.rss?random=" + Math.random()).
It's up to you to make your gadget refresh whatever it needs to refresh.