esri:map MouseLeftButtonDown event, stuck mouse cursor

1446
5
08-10-2010 05:08 PM
StefhanCampos
New Contributor
when i use the event MouseLeftButtonDown stuck mouse cursor and i need click in
another object to enable map click again "without map follow cursor", anybody know how fix these?

ps:I try mouse up event too, this happen with graphics in graphic layer with MouseLeftButtonDown, the graaphic opens a window when window closes, mouse curso  "follow map cursor".
0 Kudos
5 Replies
JenniferNery
Esri Regular Contributor
Which version of ArcGIS API for Microsoft Silverlight/WPF are you using? 1.2 or 2.0?

Jennifer
0 Kudos
StefhanCampos
New Contributor
I have two projects with same problem....API's 1.2 and 2.0
0 Kudos
HaifengHuang
New Contributor
I have the same question, when popup a child window by MouseLeftButtonDown in a FeatureLayer and then close the child window, the esri map track with the mouse.
0 Kudos
dotMorten_esri
Esri Notable Contributor
Make sure you set e.Handled = true in the event handler to prevent the map from getting the event, or use the MouseUp event instead.
0 Kudos
ErnestDunwoody
New Contributor III

And just how do you do these actions? Would be  a bit more helpful if it was explained in English. What in the world is an event handler and where is it??

0 Kudos