Hi Mark & Mike
Thanks for your replies.
To be more specific about my request, I don't suspect any problem
with the app, since it's been working fine in this very office (as well
as in others) for more than 2 years. Problems started sporadically
only 10 days ago and in only one office.
Apart from w
Hi JBV,
Do you give the standalone sufficient time to complete the start-up? For
slightly bigger projects, I do this:
on preOpenStack
hide this stack
send "initiateProject" to me in 2 seconds
end preOpenStack
on initateProject
// do everything else here,
// e.g. loading data from a se
Since you're loading from a remote server, if your requests are http
requests, say in the form of "
http://my.server.com/getData.php?param1=value¶m2=value"; can you tack
on a "&requestrefresh=(the seconds)" .. In this way, each hit will always
be new and any weird caching issues should be sidestep
Hello list
One of my clients has a recurring problem with a standalone I built for them.
At startup a serie of lists of various data are loaded from a remote
server and
a progress bar shows the loading. And then these data are used in various
ways
in the app.
For a couple of weeks, at startup the