Command: unembed

Syntax

unembed <string>

Description

Give notification of the unavailability of an external window container.

Parameters

Switches

None

Notes

An external container is declared by the embed command. unembed is used when the container becomes unavailable, e.g. has been paged out by a browser.

The Fire window within the container does not get deleted by this command, but merely becomes invisible until reinstated by a subsequent embed command, e.g. when the browser pages it in again.

Examples

Declare a browser container.

embed "netscape_win",-ew=0x50000d

Notification of unavailability.

unembed "netscape_win"

Reinstatement, external container may be different.

embed "netscape_win",-ew=0x50000d

See Also

Commands:

embed