Hello, based on what I read here, I've created a layout with the following events and set it as the first layout:
1) Browser | Is downloading update ----> Set text to "Please wait, updating... " & loadingprogress * 100
2) Browser | On update ready -----> Set text to "Please, reload the page..."
3) Browser | Is NOT downloading update -----> System | Go to Layout 2
I am constantly changing and uploading the project to my ftp (this is part of the creation progress / getting feedback from my clients), but the whole update system doesn't work. After a change has been made and I upload the project to the ftp, the same version as before is running after I hit reload. If I wait a bit and hit reload again, the new version runs but none of the previous events is shown, the second layout runs instantly without displaying any loadingprogress messages....
Am I doing something wrong here...?
Thanks in advance for any help!
-Fixed- Ashley's explanation:
...this event:
> 3) Browser | Is NOT downloading update -----> System | Go to Layout 2
>
...likely switches layout before the browser has found out there's an update, and then the "is downloading update" condition becomes true while on Layout 2, which I'm guessing you're ignoring.
And here is a crude demo I made (right click and choose Save Link As) that updates correctly...