| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Overlay.SetVisible
Sets whether the window is visible.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Overlay | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Overlay.SetVisible"; OverlayRef; Visible ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| OverlayRef | The overlay window reference number. | $overlay |
| Visible | Pass 1 to make window visible or 0 to hide it. |
Result
Returns OK or error.
Description
Sets whether the window is visible.Examples
Makes window visible:
Set Variable [ $r ; Value: MBS("Overlay.SetVisible"; $overlay; 1) ]
Hide window:
Set Variable [ $r ; Value: MBS("Overlay.SetVisible"; $overlay; 0) ]
See also
Example Databases
Blog Entries
- MBS FileMaker Advent calendar - Door 3 - Drag & Drop
- Add a WebViewer to an Overlay window
- Drag and drop in combination with overlays
- New in MBS FileMaker Plugin 14.1
FileMaker Magazin
Created 22nd January 2024, last changed 24th January 2024