Reg : Template built using Silverlight on ArcGIS Online

410
3
07-17-2013 07:41 AM
VikramS
Occasional Contributor
Hello all ,

Can we built a template using Silverlight Application with configuration parameters and upload into ArcGIS Online . If it is possible , can you please direct me how to built the template , how can we listen to the configuration parameters in Silverlight .


Thanks
Tags (2)
0 Kudos
3 Replies
MikeMinami
Esri Notable Contributor
This from one of our template developers...

Yes you should be able to use a silverlight app. Templates have been built using the Flex Viewer and they work just fine. They key is for the developer to read the web map and app id url parameters and be able to apply that info to the application. For example if they read the web map id from the url they need to be able to build a map based on that id.


hope this helps,

Mike
0 Kudos
VikramS
Occasional Contributor
Thanks Mike for the reply . Can I get a sample to how to read the configuration parameters in silverlight template application   which  the users set in arcgis online .

Thanks Mike .
0 Kudos
MikeMinami
Esri Notable Contributor
This link to the Silverlight API Samples may help.

http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#LoadWebMap

For other questions on developing apps with Silverlight, I'd suggest posting here:

http://forums.arcgis.com/forums/19-ArcGIS-API-for-Silverlight

Thanks,

Mike
0 Kudos