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.SetHidden
Sets a web viewer to be invisible.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WebView | 7.1 | Yes | No | No | No | No |
MBS( "WebView.SetHidden"; WebViewerRef; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | |
| Value | The new value. Pass 1 to hide or 0 to show. |
1 |
Result
Returns OK or error.
Description
Sets a web viewer to be invisible.On Mac we can turn a web viewer invisible without FileMaker noticing and so you can do things without the user seeming it.
Examples
Hide a webviewer:
MBS( "WebView.SetHidden"; "web"; 1 )
See also
Blog Entries
- MBS FileMaker Plugin 7.1 - Über 4400 Funktionen in einem Plugin
- MBS FileMaker Plugin 7.1 - More than 4400 Functions In One Plugin
- MBS FileMaker Plugin, version 7.1pr4
Release notes
- Version 7.1
- Added Webview.GetHidden and Webview.SetHidden to make WebViewer invisible on Mac.
Created 24th February 2017, last changed 25th August 2017
WebView.SetFrameWithControl - WebView.SetInternetExplorerHiDPI
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins