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

Your Demo Home Page

14 Answers 245 Views
Form
This is a migrated thread and some comments may be shown as answers.
JustinWong
Top achievements
Rank 1
JustinWong asked on 13 Jan 2010, 02:02 AM
Hi There:

I really liked the antimated 'Home' page of your WinForm Demo.  However, when I open up the solution, I don't see a 'Startup Object' listed. Can you tell me where in the project sample folders I can find that 'Home' form?  I'd like to learn how to do up a home page with animation like that in my winForm application.

Thanks!

14 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 13 Jan 2010, 09:52 AM
Hi JustinWong,

Thank you for the question.

The main form of our examples is contained in the QuickStart.dll that comes with our Examples. Since you are a customer, you have access to the Source Code and you can examine the QuickStart project.
The form that you need is named MainForm and it is contained in the main directory of the QuickStart project.

Kind regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
JustinWong
Top achievements
Rank 1
answered on 14 Jan 2010, 01:48 AM

Hi Nikolay:

 

I downloaded the source code and opened the solution using VS2005.  However, when I tried to open MainForm's designer, I get the error message:

 

The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: CodeViewerForm --- The base class 'Telerik.WinControls.UI.ShapedForm' could not be loaded. Ensure the assembly has been referenced and that all projects have been built. 

Which Telerik assembly should I be referencing explicitly in order to look at the designer? 

Thanks!

Justin

0
Nikolay
Telerik team
answered on 14 Jan 2010, 10:04 AM
Hi JustinWong,

Please note that the projects in our Source Code refer to each other, but do not refer to external assemblies. In short, if you build the Source Code solution, you will be able to review the MainForm.

All the best,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
JustinWong
Top achievements
Rank 1
answered on 14 Jan 2010, 01:35 PM

Hi Nikolay:

 

I did that a couple of times, but it seems that everytime the solution is rebuilt, I get a different error - and still am not able to look at MainForm's design. For example, after the first rebuilt, I get the error:

 

Could not load file or assembly 'Telerik.WinControls.UI.Design, Version=2009.3.9.1111, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

After the second rebuilt, I get the same error, plus:

 

The variable 'treeViewDemoNavigation' is either undeclared or was never assigned.

 

I even restarted VS after the rebuilt, but the error still shows.  I check my GAC and found that for Telerik.Wincontrols.UI.Design version 2009.3.9.1111, the PublicKeyToken is NOT 5bb2a467cbec794e.  Instead, it is bf4391287131aaeb.  Instead, version 2009.3.9.1103, which is also in my GAC, has the PublicKeyToken of 5bb2a467cbec794e. So I'm not sure what's going on there. . .

Thanks again for your hlep!

 

Justin

0
Accepted
Nikolay
Telerik team
answered on 15 Jan 2010, 01:47 PM
Hi JustinWong,

First of all, please let me explain a bit more about the RadControls for WinForms versions.

The version that you have installed seems to be the official Q3 2009 (v2009.3.9.1103) and its key is 5bb2a467cbec794e which proves our identity. The version of the Source Code is v2009.3.9.1111. In addition, we ship our Source Code with a different key than the one we use internally. So, it is normal that you have an assembly Telerik.WinControls.UI.Design with version 2009.3.9.1111 and key bf4391287131aaeb. Moreover, because of the project references in our Source Code, this assembly is needed for the design-time purposes of the forms contained in the source.

Generally, there should be no issues when you build the Source Code and then try to open the MainForm at design-time. However, it seems that there is an assembly mismatch on your side. Therefore, I would suggest that you uninstall your Telerik WinForms versions, remove the remaining Telerik assemblies from GAC manually and then try to rebuild the Source Code. You should be able to view the MainForm.

I hope this helps. If you have additional questions, feel free to contact me.

Kind regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
JustinWong
Top achievements
Rank 1
answered on 16 Jan 2010, 06:34 AM
Yes. That worked. Thanks!
0
Harsh Dara
Top achievements
Rank 1
answered on 18 Jun 2010, 12:55 PM
Hi

I am also trying to build the source for 2009 Q3 SP1 version and get the following error

Error 1 Metadata file 'C:\Telerik Examples\RadControls_WinForms_2009_3_1203_source\Telerik_RadControls_WinForms_source_only\build\RadControl\bin\Debug\Telerik.WinControls.dll' could not be found RadControlsThemes.Office2007Silver

and many more linke this....any ideas?

Regards
Harsh

0
Nikolay
Telerik team
answered on 24 Jun 2010, 12:53 PM
Hello Harsh,

I was not able to reproduce the described behavior. Please make sure that you are building the whole solution (all the projects contained in the solution) at once. If you continue to have issues, please  attach screenshots of the errors that you get. This will allow me to recognize the issue and to provide you with further assistance.

Sincerely yours,
Nikolay
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
Filleau
Top achievements
Rank 1
answered on 25 Oct 2010, 07:00 AM
Hi

I don't find this sample in 2010Q2 SP2....
0
Emanuel Varga
Top achievements
Rank 1
answered on 25 Oct 2010, 08:41 AM
Hello Fileau,

The sample you are referring to is the main examples application.
Found in \Telerik\RadControls for WinForms Q2 2010 SP2\Examples\

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
0
Filleau
Top achievements
Rank 1
answered on 25 Oct 2010, 07:22 PM
Thanks
I found the project at the root, but I can't see where is the main form...
It is not showed in VS project explorer. (testing on the vb project)
But I'm not an expert...

0
Accepted
Emanuel Varga
Top achievements
Rank 1
answered on 25 Oct 2010, 10:54 PM
Hello,

Sadly, the MainForm is part of the Telerik.QuickStart.WinControls namespace and it is not available as source in the examples project code samples.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
0
Mohammed
Top achievements
Rank 1
answered on 22 May 2016, 05:45 PM

Hello,

1. Which controls are used in Telerik.QuickStart.WinControls main form.

2. Form theme

3. Left side menu

4. Sub menu like windows 8 start menu

Regards,

Mohammed

0
Stefan
Telerik team
answered on 23 May 2016, 11:49 AM
Hi Mohammed,

Directly to your questions:

1. The main controls used are RadCollapsiblePanel, RadListControl and RadPanorama.

2. It is a custom theme designed for our demo app. However, it is similar to the TelerikMetro theme we offer in our toolbox.

3. RadCollapsiblePanel

4. RadPanorama

We also have a KB article demoing how to achieve this easily in your app: http://www.telerik.com/support/kb/winforms/details/collapsible-menu-from-demo-application

I hope that you find this information useful. 

Regards,
Stefan
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Form
Asked by
JustinWong
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
JustinWong
Top achievements
Rank 1
Harsh Dara
Top achievements
Rank 1
Filleau
Top achievements
Rank 1
Emanuel Varga
Top achievements
Rank 1
Mohammed
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or