|
POST
|
Could you elaborate on what you are trying to do? If you need to add text to a certain location, set the drawmode to point. When the user clicks a point, pop up a textbox where they can enter the text they want. On completion create a graphic with the selected point, and set the symbol to a TextMarkerSymbol with the entered text.
... View more
09-08-2010
02:17 PM
|
0
|
0
|
565
|
|
POST
|
Considering this is a generic Silverlight question, you will probably have more luck asking in the Silverlight forum: http://forums.silverlight.net
... View more
09-08-2010
02:15 PM
|
0
|
0
|
394
|
|
POST
|
The Map.Resolution property gives you what you are after.
... View more
09-08-2010
02:14 PM
|
0
|
0
|
1093
|
|
POST
|
If you are using the QueryTask, did you set the OutputSpatialReference property to match that of the map?
... View more
09-08-2010
02:13 PM
|
0
|
0
|
788
|
|
POST
|
For the blank map issue, see this blogpost: http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx Regarding RIA services, I suggest you try asking at http://forums.silverlight.net
... View more
09-08-2010
02:11 PM
|
0
|
0
|
1177
|
|
POST
|
Also see http://forums.arcgis.com/threads/12602-How-to-publish-my-SL-website?p=38017
... View more
09-08-2010
02:10 PM
|
0
|
0
|
2102
|
|
POST
|
Basically all a silverlight app requires is: 1) A html page that contains and loads the Silverlight Plugin. 2) A .xap file which is the Silverlight app (this is usual the output in the ClientBin folder of your website when you build it). 3) Optionally (but highly recommended!) the silverlight.js file which helps users install the plugin if they don't already have it. Also as Ali mentions, the mimetype for the .xap file is important. As long as this is set, you can host your app on any webserver that can simply host html, javascript and .xap files (meaning there's no requirement on using IIS, ASP.NET, .NET etc). Of course if your website contains ASP.NET pages and/or services that the silverlight app communicates with, it will require an ASP.NET webserver like IIS.
... View more
09-08-2010
02:09 PM
|
0
|
0
|
1057
|
|
POST
|
Have you thought about using the Map.Click event instead to trigger the window? Click wont be raised if the user did a pan.
... View more
09-07-2010
05:12 PM
|
0
|
0
|
710
|
|
POST
|
Use the MouseOver state of the graphic. See: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#CustomSymbols 3 of the marker symbols has a hover state defined. This is basically just a storyboard you want to trigger when the user hovers over a graphic.
... View more
09-07-2010
01:49 PM
|
0
|
0
|
2308
|
|
POST
|
Did you add a reference to ESRI.ArcGIS.Client.Toolkit.DataSources ?
... View more
09-07-2010
01:10 PM
|
0
|
0
|
2190
|
|
POST
|
If you want to measure in State Plane units together with the MeasureAction, your map must be using a state plane projection. What class is "myMeasureAction" ???
... View more
09-02-2010
05:20 PM
|
0
|
0
|
1695
|
|
POST
|
You define how you want to render the map using ArcMap when you author your map. So when you publish this to the Server, Silverlight will automatically pull the map as you defined the rendering. Other than that, you can do some changes to colors on the client if you use the FeatureLayer. See these examples: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RenderersXAML http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Thematic_Interactive
... View more
09-02-2010
05:16 PM
|
0
|
0
|
501
|
|
POST
|
I would strongly advise against changing the Url at runtime. Depending on what service you change it to, weird things can happen. Instead remove the layer, create a new instance and add that to the map.
... View more
09-01-2010
04:29 PM
|
0
|
0
|
1667
|
|
POST
|
They are two different products. While it's true that VS2010 now have a much improved visual designer, it's no where near what Blend has to offer. It's kinda like comparing MS Paint to PhotoShop.
... View more
09-01-2010
04:27 PM
|
0
|
0
|
2765
|
|
POST
|
Could you please share some details on what you mean by "failing" ? Don't you get a result, do you get the wrong result, do you get an error (and in that case what is the error and the full stacktrace), if you look at the request in Fiddler, how does the one Silverlight send differ from the one you do in the HTML/REST interface?
... View more
09-01-2010
08:21 AM
|
0
|
0
|
754
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|