Select to view content in your preferred language

Add Text to MapProgressBar

2552
1
01-25-2012 08:11 AM
MargoBlosser
Deactivated User
I need a mapprogressbar that has the graphical status bar and text in addition to the percent complete text.

The control text would be something like �??Fetching Data�?� and the percent complete text on top of the graphical status bar.

I have looked at the example at  http://help.arcgis.com/en/webapi/silverlight/apiref/api_start.htm and in the example in the Samples directory, but can�??t see how to do this.

Can someone point me in the right direction?

Best Regards,

Margo
Best Regards,

Margo
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
The following SDK sample use MapProgressBar: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#MapProgressBar. Should you need to customize the control to add TextBlock, you can follow this blog post http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/05/28/Localizing-ArcGIS-Controls.aspx. Source code can be found here: http://esrisilverlight.codeplex.com/, if you find that behavior of ProgressBar also need to change.
0 Kudos