PROBLEM

The copyright runs off the map

Last Published: April 25, 2020

Description

** Internal Publish Only! This article may contain information that is not intended for external circulation. **

The copyright runs off the map in ArcWeb Explorer Flex API.

Cause

The margin needs to be set.

Solution or Workaround

The Application container is the root container for a Flex application. It represents the area drawn by Flash Player. It also has default properties that define its style and appearance. For example, an Application tag has horizontalGap and verticalGap (the horizontal and vertical distance between child components) set to 8 and 6 pixels.

To reset all default properties for the Application tag, set the styleName property to plain. For example:

Code:
styleName=plain

See an example using ArcWeb Explorer Flex API.

The margins/padding can be changed individually.

    Article ID:000009732

    Software:
    • Legacy Products

    Get help from ArcGIS experts

    Contact technical support

    Download the Esri Support App

    Go to download options

    Discover more on this topic