Re: A question for Windows specialists

2015-07-15 Thread jbv
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

Re: A question for Windows specialists

2015-07-15 Thread Mark Schonewille
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

Re: A question for Windows specialists

2015-07-15 Thread Mike Bonner
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