This is a migrated thread and some comments may be shown as answers.

Bubble Bar/Magnifier/Business card

19 Answers 487 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Haroon
Top achievements
Rank 1
Haroon asked on 02 Jan 2008, 12:28 PM

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

Sort by
0
Kiril
Telerik team
answered on 02 Jan 2008, 02:30 PM
Hello Haroon,

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
0
Accepted
Kiril
Telerik team
answered on 02 Jan 2008, 05:15 PM
Hi Haroon,

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.
Contact us again if you have any additional questions or requests.

Regards,
Kiril
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
michael
Top achievements
Rank 1
answered on 19 Jun 2008, 06:51 PM
Hello, i too was in the same boat, although since downloading this zip folder and opening the solutions have been unable to get out onto land. Could you please advice me on how to get from the two solutions open in two instances of visual studio to a form running the control. Thanks.
0
Kiril
Telerik team
answered on 20 Jun 2008, 08:31 AM
Hello michael,

In order to use the two custom controls and take advantage of the functionality they have to offer, you have to do the following:

  1. Include the Telerik.CustomControls project in your solution
  2. Add a reference to the Telerik.CustomControls project in the project where you'd like to use the controls
At this time, the controls will not appear in the toolbox, and you will not be able to view them at design-time. Still, you will be able to reference, initialize and use them in your project. You can use the other project as guidance to implement this approach.

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
0
Richard Thurgood
Top achievements
Rank 1
answered on 10 Jul 2008, 02:16 AM
In the sample application, I'm getting a null reference exception on in the Form1() constructor on the first line of the sample code: 

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.

0
Nikolay
Telerik team
answered on 14 Jul 2008, 03:43 PM
Hello Richard,

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
0
Haroon
Top achievements
Rank 1
answered on 09 Sep 2008, 08:14 AM
Hello Telerik Team,
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.
0
Accepted
Nikolay
Telerik team
answered on 11 Sep 2008, 07:52 AM
Hello 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.
0
Haroon
Top achievements
Rank 1
answered on 15 Sep 2008, 05:10 AM
Hello Telerik Team,

Thank you, I really appreciate your effort

Regards,
Haroon.
0
Julian
Top achievements
Rank 1
answered on 10 Oct 2008, 08:05 PM
I've downloaded the demo code, but when I load it into visual studio for VB express, I get the following error when trying to build:

Error 1 Class 'Telerik.WinControls.UI.RadBubbleBarMouseOverBehavior' must declare a 'Sub New' because its base class 'Telerik.WinControls.PropertyChangeBehavior' does not have an accessible 'Sub New' that can be called with no arguments. C:\home\julian\downloads\.net Controls\072213_Telerik_Custom_Controls_VB\Telerik Custom Controls\Telerik.CustomControls\RadBubbleBarMouseOverBehavior.vb 12 18 Telerik.CustomControls


0
Nikolay
Telerik team
answered on 15 Oct 2008, 12:04 PM
Hello Julian,

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:
  1. Visual Studio versions installed.
  2. 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.
0
Haroon
Top achievements
Rank 1
answered on 29 May 2009, 07:13 AM
Hello Telerik Team,
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


0
Nikolay
Telerik team
answered on 03 Jun 2009, 04:40 PM
Hello 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.
0
Kashif Jameel
Top achievements
Rank 1
answered on 10 Aug 2009, 10:13 AM
  1. run test
0
Nick
Telerik team
answered on 10 Aug 2009, 11:18 AM
Hi Kashif Jameel,

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.
0
LINSON THOMACHAN
Top achievements
Rank 1
answered on 05 May 2010, 02:54 AM
hi,
i need the business card custom control demo. pls send me to use with q3 2009 in C#
0
Vassil Petev
Telerik team
answered on 05 May 2010, 09:09 PM
Hello LINSON THOMACHAN,

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.
0
Dave Mortgatta
Top achievements
Rank 1
answered on 20 Apr 2012, 10:52 PM
Hi,

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.
0
Stefan
Telerik team
answered on 21 Apr 2012, 03:09 PM
Hi Dave,

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
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
General Discussions
Asked by
Haroon
Top achievements
Rank 1
Answers by
Kiril
Telerik team
michael
Top achievements
Rank 1
Richard Thurgood
Top achievements
Rank 1
Nikolay
Telerik team
Haroon
Top achievements
Rank 1
Julian
Top achievements
Rank 1
Kashif Jameel
Top achievements
Rank 1
Nick
Telerik team
LINSON THOMACHAN
Top achievements
Rank 1
Vassil Petev
Telerik team
Dave Mortgatta
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or