
Simon Allport
Top achievements
Rank 2
Simon Allport
asked on 30 Jun 2010, 12:14 PM
I have downloaded the beta q2 2010 wpf controls and i can't see the busy indicator control in my toolbox from within visual studio 2010 wpf web application. Please can you help.
Thanks
Thanks
17 Answers, 1 is accepted
0
Hello Simon Allport,
The control should be included automatically into the VS toolbox. As this is Beta and the control is new, there may be some problems, but at least at my side it is included in toolbox. However what you can do is to add manually the control to the toolbox following this article: http://www.telerik.com/help/silverlight/installation-adding-to-vs-2010-toolbox.html. RadBusyIndicator is in Telerik.Windows.Controls.dll.
Let me know how it goes.
Greetings,
Boyan
the Telerik team
The control should be included automatically into the VS toolbox. As this is Beta and the control is new, there may be some problems, but at least at my side it is included in toolbox. However what you can do is to add manually the control to the toolbox following this article: http://www.telerik.com/help/silverlight/installation-adding-to-vs-2010-toolbox.html. RadBusyIndicator is in Telerik.Windows.Controls.dll.
Let me know how it goes.
Greetings,
Boyan
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
0

Simon Allport
Top achievements
Rank 2
answered on 14 Jul 2010, 01:51 PM
Hi I've downloaded the latest release of q2 2010 WPF controls (14/07/2010) and the busy indicator is not present on the toolbox. I have looked into the 'add items' and the busy indicator control is selected. I have unchecked it and said ok and then gone back and re selected it and it still has not shown. I have also unistalled the controls and reinstalled and still i am getting the same problem.
0
Hi Simon Allport,
It is working fine at my side. RadBusyIndicator is in the Toolbox right from the installation without the need to do something else. I have attached a screenshot how it looks. Could you specify what is the version of your VS2010 and also what version of WPF controls you use - 3.5 or 4.0. Also make sure that you are not using WPF4 project with 3.5 Telerik assemblies.
Do you see the Telerik Tab in Toolbox and the other controls and just missing the BusyIndicator or you miss other controls as well? This info will help us investigate the problem. Also are you using the .msi Telerik installation or you just take the controls or the .zip installation.
Kind regards,
Boyan
the Telerik team
It is working fine at my side. RadBusyIndicator is in the Toolbox right from the installation without the need to do something else. I have attached a screenshot how it looks. Could you specify what is the version of your VS2010 and also what version of WPF controls you use - 3.5 or 4.0. Also make sure that you are not using WPF4 project with 3.5 Telerik assemblies.
Do you see the Telerik Tab in Toolbox and the other controls and just missing the BusyIndicator or you miss other controls as well? This info will help us investigate the problem. Also are you using the .msi Telerik installation or you just take the controls or the .zip installation.
Kind regards,
Boyan
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
0

Simon Allport
Top achievements
Rank 2
answered on 14 Jul 2010, 04:15 PM
Hi,
My version of visual studio 2010 is 10.0.30319.1
My Telerik controls are the latest ones WPF_4_2010_2_0714
i see all other controls. I am using a visual studio wpf web application using framework 4.
Thanks
Simon
My version of visual studio 2010 is 10.0.30319.1
My Telerik controls are the latest ones WPF_4_2010_2_0714
i see all other controls. I am using a visual studio wpf web application using framework 4.
Thanks
Simon
0
Hi Simon Allport,
I have exactly the same configuration and it is working fine. Did you install our controls from the .msi Telerik installation or you just take the controls or the .zip installation and what is your OS? And also did you changed the default install dir of the installation.
You can also check this registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\ToolboxControlsInstaller\Telerik.Windows.Controls, Version=1.0.1.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7 and see if everything is like in the screenshot I have attached. Note that the path should point to the place where Telerik binaries are installed. Also could you check if you have RadSlider and RadProgressBar in the toolbox.
Regards,
Boyan
the Telerik team
I have exactly the same configuration and it is working fine. Did you install our controls from the .msi Telerik installation or you just take the controls or the .zip installation and what is your OS? And also did you changed the default install dir of the installation.
You can also check this registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\ToolboxControlsInstaller\Telerik.Windows.Controls, Version=1.0.1.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7 and see if everything is like in the screenshot I have attached. Note that the path should point to the place where Telerik binaries are installed. Also could you check if you have RadSlider and RadProgressBar in the toolbox.
Regards,
Boyan
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
0

Simon Allport
Top achievements
Rank 2
answered on 15 Jul 2010, 05:25 PM
Hi,
I do have both the slider and the progress bar in my toolbox and my registry is also the same as yours.
Thanks
I do have both the slider and the progress bar in my toolbox and my registry is also the same as yours.
Thanks
0

Simon Allport
Top achievements
Rank 2
answered on 16 Jul 2010, 04:31 PM
Hi,
The busy indicator now appears in my toolbar, but when the item is dragged on to my project. I get an error saying the 'unknown type radbusyindicator'
Any help would be great thanks
The busy indicator now appears in my toolbar, but when the item is dragged on to my project. I get an error saying the 'unknown type radbusyindicator'
Any help would be great thanks
xmlns:my1=
"clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls,Version=2010.2.714.40,Culture=neutral,PublicKeyToken=5803cfa389c90ce7"
>
<my1:RadBusyIndicator Grid.Row=
"2"
Grid.RowSpan=
"2"
Height=
"300"
HorizontalAlignment=
"Left"
Margin=
"402,11,0,0"
Name=
"radBusyIndicator1"
VerticalAlignment=
"Top"
Width=
"300"
/>
0
Hi Simon Allport,
Could you please send me the sample project that you are using. In the XAML below why you don't use xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" instead of using Telerik.Window.Controls . And is this XAML you posted in the previous post the one that is thrown when RadBusyIndicator is dragged to the design surface. Are you getting the error saying the 'unknown type radbusyindicator' but still some XAML is generated or you get this error when you try to build the project.
Sincerely yours,
Boyan
the Telerik team
Could you please send me the sample project that you are using. In the XAML below why you don't use xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" instead of using Telerik.Window.Controls . And is this XAML you posted in the previous post the one that is thrown when RadBusyIndicator is dragged to the design surface. Are you getting the error saying the 'unknown type radbusyindicator' but still some XAML is generated or you get this error when you try to build the project.
Sincerely yours,
Boyan
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
0

Chris
Top achievements
Rank 1
answered on 08 Aug 2010, 08:57 PM
0

Simon Allport
Top achievements
Rank 2
answered on 08 Aug 2010, 11:05 PM
Hi Chris,
I manually referenced the dlls in my project from the rad control bin folder. I also found that you need to have the telerik.windows.data dll referenced in the application as well. I will see if i can get hold of a sample project for you.
I manually referenced the dlls in my project from the rad control bin folder. I also found that you need to have the telerik.windows.data dll referenced in the application as well. I will see if i can get hold of a sample project for you.
0

Jay P.
Top achievements
Rank 2
answered on 05 Jan 2011, 12:51 AM
Hello...
did we ever find a solution to this issues. I am using VS2010 10.0.30319.1
I look forward to your reply.
Thanks.
did we ever find a solution to this issues. I am using VS2010 10.0.30319.1
I look forward to your reply.
Thanks.
0
Hi Simon Jay,
You should not have problems with the latest version of the controls. Just drag the control from the toolbox(it should be installed automatically if you use the .msi installation). Note that in order for the control to show in design view you should set IsBusy=true.
Let us know if you are still having some kind of problems. We will be glad to help.
Greetings,
Boyan
the Telerik team
You should not have problems with the latest version of the controls. Just drag the control from the toolbox(it should be installed automatically if you use the .msi installation). Note that in order for the control to show in design view you should set IsBusy=true.
Let us know if you are still having some kind of problems. We will be glad to help.
Greetings,
Boyan
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0

Jay P.
Top achievements
Rank 2
answered on 05 Jan 2011, 07:19 PM
Thanks for the quick reply.
The challenge I am facing is that the Busy Indicator control in not in the toolbar. When I try to add it from Choose items, it still doesn't show in the toolbar to select.
I look forward to your suggestions.
Thanks.
The challenge I am facing is that the Busy Indicator control in not in the toolbar. When I try to add it from Choose items, it still doesn't show in the toolbar to select.
I look forward to your suggestions.
Thanks.
0
Hi Simon Jay,
This is very strange behavior. I will need some more info in order to see what might be wrong. What version are the controls you are installing? Do you get some kind of error when trying to add the RadBusyIndicator manually to the Toolbox? Also if you add Telerik.Windows.Control.dll to the project manually and then add the control to XAML (without using toolbox), do you get some kind of error and is the control working properly?
Regards,
Boyan
the Telerik team
This is very strange behavior. I will need some more info in order to see what might be wrong. What version are the controls you are installing? Do you get some kind of error when trying to add the RadBusyIndicator manually to the Toolbox? Also if you add Telerik.Windows.Control.dll to the project manually and then add the control to XAML (without using toolbox), do you get some kind of error and is the control working properly?
Regards,
Boyan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0

Simon Allport
Top achievements
Rank 2
answered on 10 Jan 2011, 04:06 PM
Hi,
My problem was that I had a wrong match of versions (.net framework) for the dlls, and managed to solve it my changing all my referenced telerik controls in the project to the same versions. No longer have a problem.
Thanks
My problem was that I had a wrong match of versions (.net framework) for the dlls, and managed to solve it my changing all my referenced telerik controls in the project to the same versions. No longer have a problem.
Thanks
0

Joshua
Top achievements
Rank 1
answered on 19 Sep 2011, 10:27 PM
I don´t undestand. I have the same problem. I have installed the WFP Q1 2011 version. I need the RadBusyIndicator but I can´t find it. Which step do I need to follow for "see" this control?
0
Hi Joshua,
You can try add the control to the toolbox manually by using the "choose items" menu from the ToolBox context menu and adding Telerik.Windows.Controls.dll. Also I would advise you to install Q2 release or better Q2 release SP1 which we released this week. In this two releases we have divided telerik controls into groups and RadBusyIndicator is placed in Telerik Containers Q2 group.
Hope this helps.
Greetings,
Boyan
the Telerik team
You can try add the control to the toolbox manually by using the "choose items" menu from the ToolBox context menu and adding Telerik.Windows.Controls.dll. Also I would advise you to install Q2 release or better Q2 release SP1 which we released this week. In this two releases we have divided telerik controls into groups and RadBusyIndicator is placed in Telerik Containers Q2 group.
Hope this helps.
Greetings,
Boyan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>