I've done some research on this topic but I'm still a little confused. (Seems to happen more and more as I get older. <sigh>)
I created a custom loading screen and my event sheet for it looks like this:
First, am I doing that right?
Second, I didn't initially have the layout marked as "Use loader layout..." and I'm sort of confused about what that option actually does. Does it negate the need for the events above? I haven't really noticed a difference whether I use it or not.
I'm asking because I'm having a small issue with my app not getting files from updates. Here's the problem:
1. I upload a new Project File (.json) and a new offline.appcache file
2. I go to my website
3. My app recognizes that there is an update and it *seems* to get the new version
4. When my app starts the Project File hasn't been updated
5. The Project File isn't updated until I refresh the browser window
This makes me think the error is in my events that download the Project File, but they *look* okay.
Thanks for any help.