Re: iOS Caching?

2012-03-23 Thread Dan Friedman
Mark, Thank you for the suggestion! put decompress(url myFilePath ?= the millisecs) into tMyData This seems to resolve the problem. Do you think there could be a problem in that the cached urls could get piled up? Thanks! -Dan On Mar 22, 2012, at 9:46 AM,

Re: iOS Caching?

2012-03-22 Thread Mark Schonewille
Hi Dan, Although the internet library is no included in the iOS version of LiveCode as far as I know, you could try to unload the url before loading it again. If that doesn't work, you could try to use a different url every time, e.g. put decompress(url myFilePath ?= the millisecs) into