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

Code for Demo "TimeBar Minimap for ScheduleView"

8 Answers 94 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 25 Jul 2014, 05:25 PM
I'm seeking the complete code/solution for the above named demo, also known as "ScheduleView and Timebar", which is available in Telerik UI for WPF.

I've downloaded the SDK samples browser and this project is not included. I've also searched for it on GitHub. It is not in my installation folder:

 Directory of C:\Program Files (x86)\Telerik\UI for WPF Q2 2014

07/21/2014  04:46 PM    <DIR>          .
07/21/2014  04:46 PM    <DIR>          ..
07/21/2014  04:45 PM    <DIR>          Binaries
07/21/2014  04:45 PM    <DIR>          Binaries.NoXaml
07/21/2014  04:46 PM    <DIR>          LicenseAgreements
07/21/2014  04:46 PM    <DIR>          Themes.Implicit
07/21/2014  04:46 PM    <DIR>          VSExtensions

I've built a solution using the "Code" view of the above named demo, but this small collection of source files is not a complete working example. I'm spending a good deal of time "fixing" it in order to run. For example right now I'm chasing down references and deciding what to do with missing icons.

A complete working solution for this demo would be appreciated.

8 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 28 Jul 2014, 12:59 PM
Hi Andrew,

You could download the WPF Demos application from your Telerik account, here is the direct link:
http://www.telerik.com/account/your-products/trial-product-versions/trial-single-download.aspx?pmvid=3763&pid=601, please check the "Demos" link.

For more details on the Demos application, please check the last section in the following help topic:
http://www.telerik.com/help/wpf/installation-installing-which-file-do-i-need.html

I hope this will be helpful.

Regards,
Yana
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Andrew
Top achievements
Rank 1
answered on 30 Jul 2014, 10:44 PM
Thanks :) I have two suggestions

1. Make it clearer that the download link includes examples/demos/etc besides just the installer. Since I already had installed it, it didn't occur to me to click that link (perhaps stupid on my part).

2. Make it optional to install this and other components during the installation of the WPF trial. That would save time/confusion.
0
Yana
Telerik team
answered on 31 Jul 2014, 08:14 AM
Hello Andrew,

Thank you very much for sending your feedback, it will be definitely considered.

We're sorry for any inconvenience caused.

Regards,
Yana
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Andrew
Top achievements
Rank 1
answered on 31 Jul 2014, 09:25 PM
I downloaded the demos twice; the latest is:

Telerik_UI_for_WPF_2014_2_0729_Demos.zip

The problem is that when I try to run ExamplesCS_WPF.sln, it runs but when I select a control example it fails to load the proper dll.

When I use the Update Wizard and "Add referenced assemblies to solution", VS becomes non-responsive, with message "completing the operation you requested" on the lower edge of window, consumes 1.5 gigs of RAM, and runs for several hours.

After this time, there is a lib\RCWPF with the proper assemblies, but none of the references are updated in the solution.

I'm using Win 8.1 Pro, VS2013 update 2, on an i7 with 32gb of RAM.

Is there a way to automatically update the references in the solution?
0
Yana
Telerik team
answered on 01 Aug 2014, 09:23 AM
Hello Andrew,

This is quite a strange, could you please try again with UpgradeWizard without using the "Add referenced assemblies to solution" option - in this way the assemblies will be referenced from the UI for WPF installation folder?

Also which version have you tried - Q2 2014 or just released service pack?

Looking forward to your reply.

Regards,
Yana
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Andrew
Top achievements
Rank 1
answered on 01 Aug 2014, 04:16 PM
I'm using the recently released Telerik_UI_for_WPF_2014_2_0729_Demos. The Toolkit was installed/updated using the Telerik_UI_for_WPF_2014_2_0729_Trial.msi

Strangely, it is giving me different behavior now. I deselected "Add assemblies" and made sure it was the no-xaml version in the dropdown box.

This time it ran in less than five minutes and consumed very little memory.

I believe I installed/updated Telerik_UI_for_WPF_2014_2_0729 yesterday but never rebooted. I wonder if the reboot was somehow required, or if it really was just deselecting "Add assemblies". I'm fairly certain I used these options the first time I tried, but that was with Telerik_UI_for_WPF_2014_2_0617

A lingering issue was that the Examples.WPF references to the example projects were all missing. Running the solution build did not restore them to the Deploy folder. Instead I did a rebuild on the Examples folder.

*I am unable to resolve these errors:*

4>C:\Users\aolne_000\Downloads\Telerik_UI_for_WPF_2014_2_0729_Demos\QuickStart.Application\Views\SingleExampleTouch.xaml(221,18): error MC3074: The tag 'RadCodeEditor' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.CodeEditor'. Line 221 Position 18.
4>C:\Users\aolne_000\Downloads\Telerik_UI_for_WPF_2014_2_0729_Demos\QuickStart.Application\Views\SingleExample.xaml(778,14): error MC3074: The tag 'RadCodeEditor' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.CodeEditor'. Line 778 Position 14.

The assembly Telerik.Windows.Controls.CodeEditor is not in my installation folder, or is that class present in any of the solution's namespaces.
0
Andrew
Top achievements
Rank 1
answered on 01 Aug 2014, 06:07 PM
I appear to have solved the problem by

1. Downloading JustTrace
2. Adding reference JustTrace\Libraries\Telerik.Windows.Controls.CodeEditor.dll to QuickStart.Application
3. Adding reference JustTrace\Libraries\Telerik.Windows.Documents.Code.dll to QuickStart.Application

In other words these two dependencies were not included in UI for WPF Q2 2014 (0729).

0
Yana
Telerik team
answered on 04 Aug 2014, 12:36 PM
Hi Andrew,

Thank you for providing all the details on the issue and its resolution. We will definitely research the case.

Regards,
Yana
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ScheduleView
Asked by
Andrew
Top achievements
Rank 1
Answers by
Yana
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or