InformationDelegators are added to layers, and the layer fires events through the InfoDisplayListener interface. The InformationDelegator has a method called listenToLayers() that lets you give it an array of layers, and it adds itself as a InfoDisplayListener to those layers.
The InformationDelegator lets you alter its behavior with property settings:
# Make the status lights buttons that bring up layer palettes. infoDelegator.triggers=true # Show the layer status lights. infoDelegator.showLights=true # Show the text line for map object information infoDelegator.showInfoLine=true # Show the text line for coordinate information infoDelegator.showCoordsInfoLine=true
|
|