I'm trying to render the RadMap as an image at the request of a user via a command. I need the command to be disabled until the RadMap is finished rendering otherwise it is possible for the rendered image to be missing parts of the map. How do I know when the RadMap is finished rendering?
4 Answers, 1 is accepted
0

Jason D
Top achievements
Rank 1
Veteran
answered on 03 Aug 2011, 08:03 PM
Subscribing. I would like to know as well.
0

Vivek
Top achievements
Rank 1
answered on 05 Aug 2011, 12:32 PM
Even I
0
Hello Jason,
Unfortunately, the map control does not contain an event that occurs when the map is initialized and the tile images of map are downloaded and are rendered completely. Creating of this event is not in our plans for Q3 2011 and it does not seem to be a trivial one. I will make sure it is reconsidered when discussing our future plans, but I am afraid no certain time frame can be given at the moment.
All the best,
Andrey Murzov
the Telerik team
Unfortunately, the map control does not contain an event that occurs when the map is initialized and the tile images of map are downloaded and are rendered completely. Creating of this event is not in our plans for Q3 2011 and it does not seem to be a trivial one. I will make sure it is reconsidered when discussing our future plans, but I am afraid no certain time frame can be given at the moment.
All the best,
Andrey Murzov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>
0

D Warren
Top achievements
Rank 1
answered on 05 Aug 2011, 05:25 PM
Thanks for the reply. I also found this http://social.msdn.microsoft.com/Forums/en/wpf/thread/693fbedb-efa6-413e-ab66-530c6961d3fb It mostly talks about how WPF lacks the ability to sync the UI thread and the hidden Render thread, in otherwords WPF lacks the ability to know when rendering is truly complete for a single control. Thanks for the help though. If y'all ever figure out a way to know if the map is done showing all of it's content please post the solution here.
-Danny
-Danny