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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WebView.Screenshot
Takes a screenshot of the area used by the webviewer.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WebView | 3.0 | Yes | Yes | No | No | Yes |
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | ||
| ImageType | The type of image to return. Either JPEG, PNG, GIF or BMP. Default is JPEG. |
"JPEG" | Optional |
| Filename | The filename to use for the picture. Default is "image" with the extension matching the image type. |
"test.jpg" | Optional |
Result
Returns image for storing in container.
Description
Takes a screenshot of the area used by the webviewer.The plugin offers several methods. WebView.RenderImage works fine on Mac, but not always on Windows. WebView.RenderPDF is Mac only. So especially for websites with flash or other content which can't be printed, the screenshot method is the best one.
(older versions before 5.2 would have an unused extra parameter before ImageType)
Windows only supports JPEG as type.
Added iOS support for version 8.5.
On Windows may get wrong rectangle if Windows runs desktop with 200% resolution, but you have a 100% resolution screen.
Examples
Store screenshot in container:
Set Variable [$image; Value:MBS("WebView.Screenshot"; "web")]
Set Field [Anlagen::My Container; $image]
See also
Example Databases
- WebViewer/Custom WebView
- WebViewer/MethodDraw SVG Editor/MethodDraw
- WebViewer/WebViewer Render PDF (Mac)
- WebViewer/WebViewer Screenshot
Blog Entries
- MBS FileMaker Plugin, version 8.6pr5
- Neues MBS FileMaker Plugin 8.5 - Über 5500 Funktionen in einem Plugin
- MBS FileMaker Plugin 8.5 - More than 5500 Functions In One Plugin
- MBS FileMaker Plugin, version 8.5pr5
- MBS FileMaker Plugin, version 7.2pr4
- MBS FileMaker Plugin, version 5.3pr5
- MBS FileMaker Plugin, version 5.2pr4
Release notes
- Version 9.0
- Changed WebView.Screenshot, Window.Screenshot and Screenshot function to mark image with resolution for Windows.
- Version 8.5
- Added WebView.Screenshot and Window.Screenshot for iOS.
- Version 7.2
- Fixed coordinates for WebView.Screenshot with multiple screens.
Created 18th August 2014, last changed 29th September 2020
WebView.RunJavaScriptReturnTitle - WebView.Scrollbar.getHorizontalMaximum
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos