Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Creates a new overlay window.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Overlay | 14.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
none
Returns numbers or error.
Create an overlay:
Set Variable [ $overlay ; Value: MBS("Overlay.Create"; 0; 0) ]
Set Variable [ $r ; Value: MBS("Overlay.SetFrame"; $overlay; 100; 100; 200; 200) ]
Set Variable [ $r ; Value: MBS("Overlay.SetImage"; $overlay; Overlay::Image) ]
Set Variable [ $r ; Value: MBS("Overlay.SetVisible"; $overlay; 1) ]
Set Variable [ $r ; Value: MBS("Overlay.SetMovableByWindowBackground"; $overlay; 1) ]
Set Variable [ $$overlay ; Value: $overlay ]
This function checks for a license.
Created 22nd January 2024, last changed 24th January 2024