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,

iOS Caching?

2012-03-22 Thread Dan Friedman
Greetings, I am experiencing an issue on my iPad with my LiveCode project that is puzzling me. It appears that my iOS app is caching data from a server. Once I read a file from my server in my app, that's the only version of the file that I get. For example, I read the file and I get the

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