Upgrading to Scheduler for WPF 2009 v2
If you are considering upgrading to the 2009 v2 version of ComponentOne Scheduler for WPF, please read the following:
• XML data saved with the 2009 v2 version of ComponentOne Scheduler for WPF will not be read by previous versions of the product.
• If you use custom DataTemplates for VisualInterval representation, review your templates and remove any MouseBindings calling the NewAppointmentDialogCommand field on LeftDoubleClick as in the following example:
<Border.InputBindings>
<MouseBinding MouseAction="LeftDoubleClick"
Command="c1sched:C1Scheduler.NewAppointmentDialogCommand" />
</Border.InputBindings>
This functionality has been implemented in code.
• If you use large, permanent sets of XML data, for example, the list of your regional holiday(s), consider saving this data with the 2009 v2 version of ComponentOne Scheduler for WPF. This will reduce the size of the .xml, improve performance, and reduce memory usage when data is read.
|