Select to view content in your preferred language

Feature Tooltip Widget

2242
4
06-06-2011 12:06 PM
LarryJahn
Frequent Contributor
I am trying to use the Feature Tooltip Widget but cannot get it to work.

Here is my FeaturetooltipWidget.xml:

<?xml version="1.0" ?>

<configuration>
<layers>
        <layer>
            <name>Projects</name>
            <fields>PROJID,DESCRIPT,OTHER_INFO,CLIENT,CONTACT,MANAGR</fields>
        </layer>
    </layers>
</configuration>


I placed the following under the "UI Elements" in my config.xml:

<widget left="0" top="0"       config="widgets/FeatureTooltip/FeatureTooltipWidget.xml" url="widgets/FeatureTooltip/FeatureTooltipWidget.swf"/>

I am using ArcGIS Viewer for Flex 2.3.1.  What am I missing?  Thanks
Tags (2)
0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus
Larry,

   Is projects the label of the layer as it appears in the config.xml and is the layer type="feature"?
0 Kudos
LarryJahn
Frequent Contributor
There's my problem.  My layer is "dynamic", not "feature".  Is there an easy way to get your tool to work with a dynamic data set?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Larry,

   Nope, this widget is only designed for a feature.
0 Kudos
LarryJahn
Frequent Contributor
Thanks, Robert.  I appreciate all of your contributions.
0 Kudos