September 3, 201015 yr 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.
September 3, 201015 yr Author Hmm, I'll try it out. I was wondering if there was something like a GetLayoutObjectAttribute function that I could use, though.
September 5, 201015 yr Author 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.
September 6, 201015 yr 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
Create an account or sign in to comment