I'm having an on going problem with maptips.
I have the follow layers defined in my xaml file where MyFeatureLayer is the maptips layer.
<esri:ArcGISTiledMapServiceLayer ID="BaseMap" Url="{StaticResource BaseMap}" ></esri:ArcGISTiledMapServiceLayer>
<esri:ArcGISDynamicMapServiceLayer ID="BaseLayer" Url="{StaticResource WDPurl}"></esri:ArcGISDynamicMapServiceLayer>
<esri:GraphicsLayer ID="MyGraphicsLayer"/>
<esri:GraphicsLayer ID="FlashFeatureLayer"/>
<esri:FeatureLayer ID="MyFeatureLayer" Url="{StaticResource FacilitiesLayerID}" FeatureSymbol="{StaticResource DefaultNoMarkerSymbol}" >
The problem is every time I put something in mygraphicslayer over an existing point, the maptip for the existing point won't say open long enough to allow me to click on the link within it. All points that are not covered with a feature in the mygraphicslayer work fine. Any ideas?
Another wierd thing is that I don't experience this behaviour when I run in debug mode only once the site is published.
Thanks