Skip to content

miyako/4d-plugin-custom-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

version platform license downloads

Note: for v17 and earlier, move manifest.json to Contents

4d-plugin-custom-window

Set window transparent on Mac

Syntax

SET WINDOW TRANSPARENT (window)
Parameter Type Description
window LONGINT The window reference

Note: You need to place an invisible button with DRAG WINDOW to move the window around.

Examples

$window:=Open form window("Form1";Modal form dialog box)
SET WINDOW TRANSPARENT ($window)
DIALOG("Form1")

SET WINDOW ALPHA (window;alpha;duration)
Parameter Type Description
window LONGINT The window reference
alpha REAL
duration REAL

SET WINDOW ALPHA is not thread safe

alpha:=Get window alpha (window)
Parameter Type Description
window LONGINT The window reference
alpha REAL