Select to view content in your preferred language

Toolbar issue

692
1
08-19-2010 10:46 AM
TonyAlmeida
MVP Regular Contributor
I have added the toolbar widget http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolBarWidget to my project and it seems to be working except for a few things. When clicking on the Zoom tool and then making an envolope to zoom in i don't get the red box showing where you selected to zoom in. Also when zoom in to a certain location i hover over the previous extant but nothing happens it doesn't show the previous extent or next extent tool selectable. All the other tools seem to be working fine except for the Previous extent and next extent and the red envelope when zooming in.

I'll attach my .xaml.cs
0 Kudos
1 Reply
TonyAlmeida
MVP Regular Contributor
Never mind i was missing some xaml code.

ExtentChanged="Map_ExtentChanged">

and

<esri:SimpleFillSymbol x:Key="DefaultFillSymbol2" Fill="#33FF0000" BorderBrush="Red"
                                          BorderThickness="2" />
0 Kudos