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