Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Shows the DebugBar for the web viewer on Windows.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 10.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | ||
Flags | Various flags. Add 1 to not scale for screens with >100%. When window is scaled, it shows bigger, but may not have the picker work correclty. Add 2 to put the window always on top of other windows. Default is 0. |
0 | Optional |
X | The x position for placement on screen. Default is near center of screen. |
Optional | |
Y | The y position for placement on screen. Default is near center of screen. |
Optional | |
Width | The width of the window. Default is 600. |
600 | Optional |
Height | The height of the window. Default is 400. |
400 | Optional |
Returns OK or error.
For Windows this function is only supported in FileMaker Pro when using Internet Explorer as engine behind the Web Viewer, but not when Microsoft Edge/Chrome engine is used.
Show DebugBar:
# Show Debugbar in file WebViewer DebugBar
# Show debug bar if available
Set Variable [ $r ; Value: MBS("WebView.ShowDebugBar"; "web") ]
If [ MBS("IsError") ]
Show Custom Dialog [ "Failed to show debug bar" ; $r ]
End If
Created 2nd July 2020, last changed 2nd July 2020
WebView.SetTitle - WebView.StopLoading
Feedback: Report problem or ask question.