DayPilot Pro 4.9 SP1

Released on August 5, 2008 (build 1481).

(F74) Static loading of resources (all controls)

Option to load internal resources (.js, .png) from a static URL instead of using a dynamic WebResource.axd reference.

  • ResourcesPath (string): URL of the resource directory (resolved, ~ will be replaced with the app directory path)
  • ResourcesStatic (boolean): True if resources are statically loaded using ResourcesPath

The directory specified in ResourcesPath property should contain the files specified below.

DayPilot Calendar:

  • Common.js
  • Calendar.js
  • Delete10x10.gif

DayPilot Bubble:

  • Common.js
  • Bubble.js

DayPilot Month:

  • Common.js
  • Month.js

DayPilot Scheduler:

  • Common.js
  • Scheduler.js
  • Left10x10.gif
  • Right10x10.gif

DayPilot Dynamic Scheduler:

  • Common.js
  • SchedulerDynamic.js

Status: Implemented

Other improvements and bug fixes

1. Bug: Disappearing events (IE6)

For HeightSpec set to Full or BusinessHoursNoScroll, events are temporarily disappearing under certain conditions (DayPilot Calendar).

  • Events randomly disappear during window resize.
  • During event move (drag), events in other then the currently active (shadow) column disappear.

See also:

Status: Implemented

2. Bug: DayPilot Scheduler memory leak

Reported here:

Status: Implemented

3. Bug: PostBack from context menu is broken (DayPilot Dynamic Scheduler)

PostBack handling of menu item was throwing NullReferenceException:

[NullReferenceException: Object reference not set to an instance of an object.]
   DayPilot.Web.Ui.DayPilotSchedulerDynamic.getArea(Int32 scrollX, Int32 scrollY) +456
   DayPilot.Web.Ui.DayPilotSchedulerDynamic.getCells() +85
   DayPilot.Web.Ui.JsInitSchedulerDynamic.GetCode() +725
   DayPilot.Web.Ui.DayPilotSchedulerDynamic.Render(HtmlTextWriter writer) +143
   ...

Status: Implemented

4. Improvement: Custom context menu in BeforeEventRender (DayPilot Month)

See also:

Status: Implemented

5. Improvement: Header font adjusting (DayPilot Dynamic Scheduler)

New properties:

  • TimeHeaderFontColor (Color)
  • TimeHeaderFontSize (string)
  • TimeHeaderFontFamily (string)

Status: Implemented