Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.SetInternetExplorerHiDPI
Sets whether HiDPI handling is enabled.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 10.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WebView.SetInternetExplorerHiDPI"; Enable ) More
Parameters
Parameter | Description | Example |
---|---|---|
Enable | Whether to enable. Pass 1 to enable or 0 to disable. |
1 |
Result
Returns OK or error.
Description
Sets whether HiDPI handling is enabled.We can opt-in for your FileMaker installation to let web viewer use proper resolution handling for web content.
You may just call this in your start script and it may take effect after the next restart of FileMaker.
Examples
Enable high resolution aware WebViewer:
MBS( "WebView.SetInternetExplorerHiDPI"; 1 )
Disable high resolution aware WebViewer:
MBS( "WebView.SetInternetExplorerHiDPI"; 0 )
See also
- WebView.GetInternetExplorerHiDPI
- WebView.GetInternetExplorerVersion
- WebView.RunJavaScript
- WebView.SetInternetExplorerVersion
- WebView.setZoom
Release notes
- Version 12.2
- Fixed WebView.SetInternetExplorerVersion and WebView.SetInternetExplorerHiDPI to return OK on success instead of the new setting as documented.
- Version 10.2
- Added WebView.GetInternetExplorerHiDPI and WebView.SetInternetExplorerHiDPI functions to enable proper resolution handling in web viewer on Windows.
Blog Entries
- MBS FileMaker Plugin, version 12.2pr5
- Neues MBS FileMaker Plugin 10.2
- MBS FileMaker Plugin 10.2 - More than 6200 Functions In One Plugin
- Enable HiDPI aware web viewer for FileMaker
- MBS FileMaker Plugin, version 10.2pr5
This function checks for a license.
Created 22nd April 2020, last changed 25th April 2020