Microsoft Silverlight is an application framework for writing and running rich internet applications, with features and purposes similar to those of Adobe Flash.

learn more… | top users | synonyms

4
votes
1answer
512 views

How to fix JSON error in Silverlight Application?

I am trying to run a simple Silverlight application based on code provided by ESRI at this link (Silverlight Samples). My app works fine if I just use the TiledLayer but if I add the Dynamic layer ...
2
votes
1answer
250 views

How to get first, most current coordinate in GeoCoordinateWatcher?

It seems like when I have an app that uses a GeoCoordinateWatcher and I attempt to get the first coordinate, it always pulls the last coordinate that the GPS used first when raising the ...
0
votes
1answer
50 views

How do I exclude raster layers from legend? (Silverlight, ArcGIS Server)

I'm trying to adjust my Print Widget so that raster layers do not show up in the legend. My thinking was that I could test for a layer type and not add the item to the legend if it is a raster. ...
0
votes
1answer
49 views

Export WebMap using PrintTask Failing Silverlight API

I am using a custom tool to export a webmap to PDF. The tool works successfully through ArcGIS 10.1. The problem crops up when consuming the tool through my Silverlight application using PrintTask. ...
2
votes
0answers
140 views

ArcGIS Silverlight Web Mapping Application has two logins

I am trying to implement a Silverlight Web Mapping application with ArcGIS server and I'm trying to use the Token authentication with active directory as the user/roles store. I have the service ...
1
vote
0answers
100 views

How to make a dynamic animated movement for the graphics on the Silverlight website?

I have some graphic points in one graphicLayer on the map and I want to move their positions to the new places every 5 seconds based on some criteria. And these movement can be visualized dynamically ...
1
vote
0answers
216 views

RadMap for Silverlight reading in Shapefiles

I have created shapefiles now which is basically a couple of polygons representing rooms in a building. They appear fine in QGIS, but when I try and load it into the application (RadMap in ...
1
vote
0answers
129 views

ESRI Silverlight Cartography - Looking at whats not there

I have line data that has been symbolozied in ways that I don't have time to understand and would like to make a map that tells me =). My general question is how to display the lack of data results ...
1
vote
0answers
132 views

Populate more than one Silverlight Image from Bing Maps async request

I have the following code, which works fine if you just want to populate one Image with a response from Bing Maps. But if I try to do two then the variable _currentImage always ends up being "image1" ...
1
vote
0answers
93 views

How Do I Disable Clustering in SharePoint?

I'd like to disable or remove Clustering points within Sharepoint. How do you do it? Thanks all
0
votes
0answers
172 views

Related Table datagrid display sorting in silverlight

I am using the sample code from http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#QueryRelatedRecords to display related data into a data grid. In my data I need the table to be sorted by ...