Robert Roll Posted September 10, 2010 Posted September 10, 2010 If the Supercontainer Companion Plugin is not installed is there a way to test for an instance of the SuperContainer Server running, when a client tries to connect?
Valentin Posted September 10, 2010 Posted September 10, 2010 Without the plugin your only option is the webviewer. You will need a looping script that will test for some reasonable amount of time for some "text" that appears in the content of the webviewer.
Robert Roll Posted September 12, 2010 Author Posted September 12, 2010 (edited) Thanks for the information. Raybaudi posted a great example of a timed check for data in a webviewer under the Webviewer section of FMForums, Here . Edited September 13, 2010 by Guest
Smef Posted September 13, 2010 Posted September 13, 2010 You may want to add a script step or two to that to check and see how long it is taking to load the page. If the server is not accessible, the URL is bad, or your connection isn't working properly then the page does not load in the web viewer, and the script is stuck in an infinite loop. By adding an additional check or two to compare the time you start the script and the current time you could have it exit the loop if the page doesn't load after however many seconds you want it to wait for.
Recommended Posts
This topic is 5527 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now