miyako / 4d-plugin-kiosk

4D plugin to help 4D run as kiosk software by inhibiting certain user actions.
0 stars 4 forks source link

4d-plugin-kiosk

4D plugin to help 4D run as kiosk software by inhibiting certain user actions.

Platform

carbon cocoa win32 win64

Version

Syntax

mode:=KIOSK Get mode
KIOSK SET MODE (mode)
Parameter Type Description
mode INT32 KIOSK_ON (1) or KIOSK_OFF (0)

About

This plugin allow 4D to run as a pseudo kiosk software.

Note: The objective here is to inhibit certain user operations that might terminate the application or move it to the background. It is your responsibility to resize and locate your windows should you wish to completely hide the Desktop (e.g. run full screen).

On Mac:

SetSystemUIMode or NSApplicationPresentationOptions is used to

On Windows:

Note: Hot Keys (such as Ctrl+Alt+Delete) are NOT disabled.