Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Overlay.SetFrame
Sets the size and position of the overlay.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Overlay | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Overlay.SetFrame"; OverlayRef; X; Y; Width; Height ) More
Parameters
Parameter | Description | Example |
---|---|---|
OverlayRef | The overlay window reference number. | $overlay |
X | The x coordinate in points. | 200 |
Y | The y coordiate in points. | 200 |
Width | The new width of the window in points. | 300 |
Height | The new height of the window in points. | 200 |
Result
Returns OK or error.
Description
Sets the size and position of the overlay.See also
- DragDrop.AttachToOverlay
- Overlay.AddWebViewer
- Overlay.Create
- Overlay.Move
- Overlay.Resize
- Overlay.SetFocus
- Overlay.SetFrameWithControl
- Overlay.SetImage
- Overlay.SetTag
- Overlay.SetTitle
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
Created 22nd January 2024, last changed 24th January 2024