Lucky927 Posted September 3, 2010 Posted September 3, 2010 From a script, is there a way to test to see if the Web Viewer has finished loading? I know I can simply build in a pause to the script but I was hoping for something more precise. Thanks.
comment Posted September 3, 2010 Posted September 3, 2010 Perhaps you could test for the presence of "
Lucky927 Posted September 3, 2010 Author Posted September 3, 2010 Hmm, I'll try it out. I was wondering if there was something like a GetLayoutObjectAttribute function that I could use, though.
Raybaudi Posted September 4, 2010 Posted September 4, 2010 Indeed it is exacty what comment suggested: to test for the presence of
Lucky927 Posted September 5, 2010 Author Posted September 5, 2010 Yep, I am using that code to perform the test. I guess what I'm looking for is a function within FMPro that does that without the need for a script. Something along the lines of "Wait While..." I don't know if such a function can be called in FMPro. If so, that's what I'd like to use, rather than looping and testing until the WV content has changed.
Raybaudi Posted September 6, 2010 Posted September 6, 2010 I don't know if such a function can be called in FMPro. If so, that's what I'd like to use, rather than looping and testing until the WV content has changed. There is not such a function, neither you can write your own Custom Function due to the limitation of the recursion's number. BTW: I'm attaching an example for you or for others using a script. IsLoaded.zip
Recommended Posts
This topic is 5203 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