Platforms to show: All Mac Windows Linux Cross-Platform

WebFrameLoadDelegateMBS class   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
class HTMLViewer Mac MBS MacControls Plugin 7.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Function: The delegate to receive events about frames being loaded.
This item is deprecated and should no longer be used.
Notes:
This classs is not available in Xojo 2020r1 or newer.

A WebView's WebFrameLoadDelegate tracks the loading progress of its frames. When a data source of a frame starts to load, the data source is considered provisional". Once at least one byte is received, the data source is considered "committed". This is done so the contents of the frame will not be lost if the new data source fails to successfully load.

Please use one delegate class per HTMLViewer (or WebViewMBS) and make sure they live about the same time. Our class keeps a reference on the WebView, so we can remove our delegate when the delegate is destroyed.

This class has no sub classes.

Some useful global functions for this class:

Blog Entries


The items on this page are in the following plugins: MBS MacControls Plugin.


WebDownloadDelegateMBS   -   WebFrameMBS

Feedback: Report problem or ask question.

The biggest plugin in space...