bool sendWndToBack(uint64 handle)

Sends the specified window to the bottom of the z-order

Security

Trust Level Required: Full Trust

Parameters

Name Description
handle uint64
The handle of the window to send to the back

Return

True on success

Remarks

IMPORTANT: While KioWare can be used to open 3rd party applications, it cannot guarantee any security of your kiosk while these applications are in use.

It is also possible to show a taskbar with all open apps via the User Interface section of the Configuration Tool.

Note: Sending a window to the back will not hide it from the task bar. If this is the desierd effect, use KioUtils.hideWnd(uint64) instead.

Examples


var handle = KioUtils.findWnd('My App');
if(KioUtils.sendWndToBack(handle))
	console.log('Window sent to back');

Requirements

KioWare OS (Linux®) version 1.0 or greater.


Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.