Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Ah, what's the easiest way to check if a web viewer has loaded it's content?

This question came up somewhere else, must have been TechNet.

Search for "

You use this function

GetLayoutObjectAttribute ( objectName ; attributeName {; repetitionNumber ; portalRowNumber} )

You're going to need to name your web viewer using the object info box. Once you name it, just pass in the name of your object and "content" as it's attribute and this function will return empty until the page is finished loading.

  • Author

So content returns empty until the page is 100% finished loading? ... or I should do a PatternCount on content for the

From what I have been told is that it's 100% empty until it's done. I believe that was from an FM technician too. I would test it anyway just to be certain. Maybe make a site that goes in a loop forever in php and never loads :( perhaps crash a server or two.

  • Author

Lol love it, could always just make the php script sleep for a few seconds as well lol.

Problem with Searching for "

Even if you could check the web viewer's current state, in practice it'd be done the same way, ie with a loop. Only instead of checking for

  • Author

E.g. this will probably work:

Set Variable[ $timeout ; 60 ]

Set Variable[ $startTime ; Get(currentTimeStamp) ]

Loop

Set Variable[ $content ; GetLayoutObjectAttribute( "webviewer" ; "content" ]

Exit Loop If[Get(CurrentTime) > $startTime + $timeout or not IsEmpty($content)]

End Loop

Problem Is you can't define what kind of error you have experianced. In some instances the webviewer will "stall" and fail to load the page. This can be fixed by reseting the webviewer in the script but if the site is down, it does no good. I have yet to be able to distinguish between errors on the web page, and DNS Errors. this is a problem. Without the abilty to define why the page failed to load it is hard to Gracfully handle the Error. I have been able to use the Webviewer with HUGE benifets (I used vbs scripts to scrape webpages previously), It is one of the best feature's that FM has added in a long time. That being said, the inability to check the status of a page is a pain. (In vbs scipts it was easy to check the status of the page and handle the errors gracefully.)

In FM 9, I have heard there is now a status bar for the webviewer. Can any new info be obtained from this, within a script?

  • Author

Im not sure about the status bar, I'll check in a few minutes... but:

Why not just reset the web viewer and try a second time on the site if it does in fact time out?

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.