ActivateDisplay(id[, nofront])
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.
True
if display should not be brought to the front
(defaults to False
which means pop display to front) (V5.0)