10 Answers, 1 is accepted
0
Hello Turki,
You can find more information about this demo here:
http://blogs.telerik.com/blogs/posts/10-11-23/weather_station_ndash_an_awesome_new_silverlight_demo_by_telerik.aspx
Source codes of this application are available from your account.
Best wishes,
Andrey Murzov
the Telerik team
You can find more information about this demo here:
http://blogs.telerik.com/blogs/posts/10-11-23/weather_station_ndash_an_awesome_new_silverlight_demo_by_telerik.aspx
Source codes of this application are available from your account.
Best wishes,
Andrey Murzov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
turki
Top achievements
Rank 1
answered on 17 Mar 2011, 09:45 AM
Thx for you help , But my problem is how to localise the map only in French because i didn't find any map for French Only .
0
Hello turki,
With the latest release (2001.Q1) of the RadMap control you can limit geographical region where panning is allowed. To do it you should use GeoBounds property of the RadMap control. For example, the following XAML limits the panning region around a given teritory. I've limited minimal zoom level as well, so customers couldn't see much around this region when zooming.
Regards,
Andrey Murzov
the Telerik team
With the latest release (2001.Q1) of the RadMap control you can limit geographical region where panning is allowed. To do it you should use GeoBounds property of the RadMap control. For example, the following XAML limits the panning region around a given teritory. I've limited minimal zoom level as well, so customers couldn't see much around this region when zooming.
<
telerik:RadMap
Name
=
"radMap"
ZoomLevel
=
"6"
Center
=
"46,3"
GeoBounds
=
"51,-6,1000,1000"
MinZoomLevel
=
"6"
>
<
telerik:RadMap.Provider
>
<
telerik:OpenStreetMapProvider
/>
</
telerik:RadMap.Provider
>
</
telerik:RadMap
>
Regards,
Andrey Murzov
the Telerik team
0
turki
Top achievements
Rank 1
answered on 22 Mar 2011, 03:10 PM
Thank's Mr Andray for your Help,
but the nameSpace "Telerik.Windows.Controls.DataVisualiation;" is not identified even that i add a new reference .
but the nameSpace "Telerik.Windows.Controls.DataVisualiation;" is not identified even that i add a new reference .
0
Hi turki,
It is hard to say without your solution, but I suppose that you've referenced a wrong DLLs from you solution (WPF instead of Silverlight, for example), or didn't reference all necessary DLLs:
Telerik.Windows.Controls.dll
Telerik.Windows.Controls.DataVisualization.dll
Telerik.Windows.Data.dll
All the best,
Andrey Murzov
the Telerik team
It is hard to say without your solution, but I suppose that you've referenced a wrong DLLs from you solution (WPF instead of Silverlight, for example), or didn't reference all necessary DLLs:
Telerik.Windows.Controls.dll
Telerik.Windows.Controls.DataVisualization.dll
Telerik.Windows.Data.dll
All the best,
Andrey Murzov
the Telerik team
0
turki
Top achievements
Rank 1
answered on 25 Mar 2011, 10:14 AM
Sorry to worry you ,
i work in Silverlight Application and in the MainPage.xaml.cs i add the 3 namespace
- 1)using Telerik.Windows.Data;
-2)using Telerik.Windows.Controls.Data;
-3) using Telerik.Windows.Controls.DataVisualization;
but it always don't accept the third one
i work in Silverlight Application and in the MainPage.xaml.cs i add the 3 namespace
- 1)using Telerik.Windows.Data;
-2)using Telerik.Windows.Controls.Data;
-3) using Telerik.Windows.Controls.DataVisualization;
but it always don't accept the third one
0
hamza
Top achievements
Rank 1
answered on 25 Mar 2011, 10:36 AM
Hi ,
I'm glad to find this disscussion about localisation,and i 'm in the same problem with Turki .The VS 2010 can't identified "using Telerik.Windows.Controls.DataVisualization;"
I'm glad to find this disscussion about localisation,and i 'm in the same problem with Turki .The VS 2010 can't identified "using Telerik.Windows.Controls.DataVisualization;"
0
Hello turki,
I didn't mean using directives in your code, but References in your project. All 3 DLLs must be referenced there.
Greetings,
Andrey Murzov
the Telerik team
I didn't mean using directives in your code, but References in your project. All 3 DLLs must be referenced there.
Greetings,
Andrey Murzov
the Telerik team
0
turki
Top achievements
Rank 1
answered on 05 Apr 2011, 03:59 PM
thx Andry but the problem still exist with GeoBounds
0
Hello turki,
I'm sorry, but I don't quite understand your question. Could you, please, clarify what problems you have with GeoBounds?
Regards,
Andrey Murzov
the Telerik team
I'm sorry, but I don't quite understand your question. Could you, please, clarify what problems you have with GeoBounds?
Regards,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items