Hello,
I have a problem with the update of a file. In my app i download a txt file from a server. It is working, i can extract the text from the file and i can display the text in a label. I use a clock to download the file every 1 sec. But when i change the txt in the file from the server, the txt in my app are not updated. I have always the old txt displayed in the label. It is like the app use a cache or something like this. After something like 1h (i didn't check exactly the timer), t he new data are displayed.
I tried to remove the file to clean the file and have "fresh" data every clock loop, but it is not working.
Do you have an idea how to force the app to update the data?
Thanks ,Nico