search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Just purchased full version Scheduler Displays incorrectly

Asked by Andre
7 years ago.

I just purchased the full version and replaced my daypilot.dll that I got with the demo with the full version one. Now I go and run my web app and the scheduler displays all out of sort. I've included a before and after picture.

Answer posted by Dan Letecky [DayPilot]
7 years ago.

The "before" version uses an older version of DayPilot that used inline styling (CssOnly="false" mode). The easiest way to get the same appearance is to replace the demo dll with the same version number of the full dll. However, you may miss the latest features this way.

The "after" version uses CSS-only styling using themes (it's the only option since version 8). The default theme is bundled (no need to include any additonal stylesheet) and looks like this:
http://www.daypilot.org/demo/Scheduler/

In your example, no styles are applied - it looks like there is a typo in the theme name (Theme/CssClassPrefix property) or the theme stylesheet (*.css) is not included in the page.

The DayPilot package includes a "traditional" theme that mimincs the original styling:
http://www.daypilot.org/demo/Scheduler/ThemeTraditional.aspx

In order to apply this theme, you need to include this stylesheet:
http://www.daypilot.org/demo/Themes/scheduler_traditional.css

and add Theme="scheduler_traditional" to the Scheduler tag:

<DayPilot:DayPilotScheduler ... Theme="scheduler_traditional" ... />
Comment posted by Andre
7 years ago.

ok thanks. This may explain why in a previous question I was having issues with the theme after I created through your designer. Let me try to convert the code to use the newer dll rather work on older technology. If I need additional help I'll contact you! : )

Comment posted by Dan Letecky [DayPilot]
7 years ago.

Great, thanks for the update.

And thanks for the order, by the way! ;-)

Let me know if there is any problem.

Comment posted by Andre
7 years ago.

ok I'm back! The full purchase code for Daypilot that I downloaded is in C#, is there still a VB.NET version?

Comment posted by Dan Letecky [DayPilot]
7 years ago.

The source of the library and the main demo are only available in C#.

However, at code.daypilot.org you'll find tutorials that include sample projects with both C# and VB.NET versions:
https://code.daypilot.org/tag/vb.net

ASP.NET Scheduler Tutorial with VB.NET source can be found here:
https://code.daypilot.org/22996/asp-net-scheduler-tutorial

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.