Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Overlay.Resize

Resizes the window to the desired size.

Component Version macOS Windows Linux Server iOS SDK
Overlay 14.1 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Overlay.Resize"; OverlayRef; Width; Height )   More

Parameters

Parameter Description Example
OverlayRef The overlay window reference number. $overlay
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

Resizes the window to the desired size.
Like Overlay.SetFrame without changing the position.

Examples

Resize overlay:

Set Variable [ $r ; Value: MBS("Overlay.Resize"; $$overlay; 200; 200) ]

See also

Created 22nd January 2024, last changed 24th January 2024


Overlay.ReleaseAll - Overlay.SetAlpha