Name
ActivateDisplay -- activate a display (V4.5)
Synopsis
ActivateDisplay(id[, nofront])
Function
This command can be used to activate the specified display. Activating a display just means that Hollywood tells the window manager of the host operating system to give the focus to this display. Activating a display does not make the display the current output device for Hollywood's graphics library. If you want to select a display, as the current output device, you have to use SelectDisplay() which will also activate the display if you do not explicitly forbid this.

See SelectDisplay for more information on the difference between active displays and displays that are selected as the current output device.

Starting with Hollywood 5.0 there is a new optional argument called nofront. If you set this to True, the display will be activated but it will not be moved to the front of the windows' stacking order. This argument is only handled on AmigaOS compatible systems because active windows in the background are not supported on other operating systems.

Inputs
id
identifier of the display that shall be activated
nofront
optional: True if display should not be brought to the front (defaults to False which means pop display to front) (V5.0)

Show TOC