Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Flashes the specified window one time.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 6.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
WindowRef | Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. | 0 | |
Invert | If this parameter is 1, the window is flashed from one state to the other. If it is 0, the window is returned to its original state (either active or inactive). When an application is minimized and this parameter is 1, the taskbar window button flashes active/inactive. If it is 0, the taskbar window button flashes inactive, meaning that it does not change colors. It flashes, as if it were being redrawn, but it does not provide the visual invert clue to the user. |
1 | Optional |
Returns 1, 0 or error.
Flash Window:
MBS( "Window.FlashWindow"; "FileMaker Pro Advanced"; 1)
This function checks for a license.
Created 2nd March 2016, last changed 2nd March 2016