Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Container.Screenshot
Takes screenshot from a named control in FileMaker.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Container | 11.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Container.Screenshot"; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
Name | Name of the control on screen. | "web" |
Result
Returns container value or error.
Description
Takes screenshot from a named control in FileMaker.This function was developed to take a screenshot of a container control, but it also works for any other control like WebViewers.
Examples
Take screenshot of a button:
Set Field [ Test::Picture ; MBS("Container.Screenshot"; "button") ]
Take screenshot of Web Viewer:
Set Field [ Webviewer::Image ; MBS("Container.Screenshot"; "web") ]
See also
Release notes
- Version 13.1
- Fixed ScreenshotRect, Container.Screenshot and WebView.Screenshot for Windows to better use right DPI for high DPI screens.
- Version 11.4
- Added Container.Screenshot function, which may replace WebView.Screenshot for some users.
Blog Entries
- MBS FileMaker Plugin, version 13.1pr6
- New in MBS FileMaker Plugin 11.4
- Neues MBS FileMaker Plugin 11.4
- MBS FileMaker Plugin 11.4 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.4pr1
This function is free to use.
Created 14th July 2021, last changed 4th August 2021