Hi,
I know I being sort of asking lot of question to telerik team. But its just due to I installed the trial version and I am too impressed that I wanted to every thing before I purchase so that during our development we don’t stuck at nay point.
My question is that I am trying to implement the functionality of scaling (Bubble bar, Magnifier etc) but I couldn’t. Please do tell me how I can get these components in my toolbar.
Regards.
Haroon.
19 Answers, 1 is accepted
Thank you for writing.
The BubbleBar and Magnifier are not controls per se, but rather integration examples, built using the Telerik Presentation Framework. Still, you can recreate them in your own application, and intialize them to use your own data.
In the examples application, when you navigate to the pages of these integration examples (BubbleBar and Magnifier), you can view the source code of these examples using the View Code button in the upper-right corner of the panel, to the right of the description of the sample. You can then insert this code into your application, compile it, and use it in your own forms.
If you have any additional questions, please contact us again. We are always glad to receive your feedback and answer your questions.
Greetings,
Kiril
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We are sending you a custom library which encapsulates the two controls you requested - Magnifier and BubbleBar. They will not appear in your toolbox, and you will not be able to view them in design time.
Still, they are ready to be used in your projects - just add a reference to the Telerik.CustomControls project, and the two controls will be available.
The solution contains two projects:
- Telerik.CustomControls - contains the two controls
- TestCustomControls - a test project which demonstrates their use.
Regards,
Kiril
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
In order to use the two custom controls and take advantage of the functionality they have to offer, you have to do the following:
- Include the Telerik.CustomControls project in your solution
- Add a reference to the Telerik.CustomControls project in the project where you'd like to use the controls
If you have further questions, please contact me.
Sincerely yours,
Kiril
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
this.magnifier1.RootElement.Children[0].Children[0].ShouldPaint = false;
FYI - I'm using C# express (2008) and it ran the conversion. I also needed to re-reference the telerik DLLs and project. Once I did that, it compiled but errored during execution.
I tried converting the application using the Visual Studio 2008 C# Express conversion. Then I set the appropriate references, but there was no exception during run-time. Please open a new support ticket and send me the converted application accompanied by the steps which you followed to convert it. This will allow me to address any potential issue further and to give you more accurate help.
If you have additional questions, feel free to contact me.
Sincerely yours,
Nikolay
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
For another project I am back to telerik and preparing some demos to tell my clients to use telerik in their project.For this i need the Bubble Bar and Magnifier ( the above u sent me). but now as i have downloaded the latest Q2 2008 version of telerik having Telerik.WinControl of version 7.1.1.0 and this custom control was developed using Telerik.WinControl version 5.0.0.0.
So can you kindly resend the control for latest release.
Regards,
Haroon.
I have just updated the Telerik Custom Controls code library article. The class library project is now working with the latest version of our controls - Q2 2008 SP1. Solutions are provided in both C# and VB.NET.
Kind regards,
Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you, I really appreciate your effort
Regards,Haroon.
I was not able to reproduce the issue concerning the VB project, neither using regular Visual Studio 2005/2008, nor using Visual Studio 2008 Express. Actually, the project should behave correctly whatever version of Visual Studio you are using.
Still, you are experiencing the issue. Please provide me with some additional information which will allow me to further investigate this specific case:
- Visual Studio versions installed.
- Visual Studio version where you got the error message.
In addition, please make sure that you are using the latest builds of this Code Library project and our RadControls for WinForms (Q2 2008 SP1).
Best wishes,Nikolay
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
For another project I need to use the Business Card control, so could you please add this item in Telerik Custom Controls and currently I am working with Q3 2008 SP2 in vb.net.
Regards,
Haroon
Thank you for the question.
I will upload the Business Card control (C# and VB.NET) as a part of the Custom Controls until the end of the current week.
Best wishes,
Nikolay
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
- run test
Thank you for writing in our forums, but do you have a question?
Greetings,
Nick
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
i need the business card custom control demo. pls send me to use with q3 2009 in C#
The business card custom demo is part of the demo application that comes with each RadControls installation.
Kind regards,
Vassil
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.
I am trying to follow everyone on the Bubble Bar control. Can anyone show me where is the documentation is? I am not a programmer just a student. I am lost here.
Please refer to this forum thread, where we have recently posted an example project: http://www.telerik.com/community/forums/winforms/rotator/rotator-menu.aspx.
Alternatively, you can take a look at the Integration > BubbleBar example in our Demo application.
Please note, that this control is created with demo purpose and it is not part of our suite. This is the reason it does not have dedicated documentation.
I hope this helps.
Regards,
Stefan
the Telerik team