Select to view content in your preferred language

The Draw surface not working inside a Windows Touch SurfaceWindow

855
1
05-15-2011 01:15 PM
Joachim_EckboJuell
Occasional Contributor
Hi,

I'm trying to use the Draw class inside a Windows Touch WPF Surface application (a SurfaceWindow), but I can't get it to work. I'm trying out the code from the samples, creating the Draw object, setting the draw mode and enabling it. But the map just continues to be in navigation mode.

I'm using the 2.2 Beta. Any clues?


-JJ
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
Can you try running this SDK sample? http://help.arcgis.com/en/webapi/silverlight/2.2/samples/start.htm#DrawGraphics

You should be able to draw using touch (Tap, DoubleTap) instead of (MouseLeftButtonDown, double-click).
0 Kudos