Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Overlay.Move
Moves the window the given position.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Overlay | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Overlay.Move"; OverlayRef; X; Y { ; AnimationTime } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
OverlayRef | The overlay window reference number. | $overlay | |
X | The x coordinate in points. | 200 | |
Y | The y coordiate in points. | 200 | |
AnimationTime | Available in MBS FileMaker Plugin 14.2 or newer. Whether to animate it and how long to animate in seconds. Pass zero for no animmation. |
2 | Optional |
Result
Returns OK or error.
Description
Moves the window the given position.Like Overlay.SetFrame without changing the size.
Top left edge of main screen is 0/0.
See also
Release notes
- Version 14.2
- Added AnimationTime parameter for Overlay.Move function.
Blog Entries
- Neues MBS Plugin 14.2 für Claris FileMaker
- MBS Plugin 14.2 for Claris FileMaker
- MBS FileMaker Plugin, version 14.2pr1
Created 22nd January 2024, last changed 16th March 2024