Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Bugs in timetable view (Read 2710 times)
psmith
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Sep 20th, 2006
Bugs in timetable view
Sep 20th, 2006 at 10:18am
Print Post  
During our evaluation of the calendar functionality we stumbled across the following isues:

* The TimetableSettings.TwelveHourFormat behavior is reversed. Setting it to "Disabled" actually enables it.

* The tooltip text for the appointments ignores the TwelveHourFormat. That is, it always displays the times in twelvehour format.

* Even though TimetableSettings.EnableSnapping is Disabled all appointments are still snapping to the timeline grid. That is: If the space between two timeline ticks is e.g. 30 minutes and one appointment is from 8:20 to 9:10, the appointment box will snap to 8:00 and 10:00.

* The line to the left, that indicates when a person is occupied is buggy: Asume that the distance between two small tics are 30 minutes and the distance between two large tics are 1 hour. Also define two appointments in the interval
   A: 10:00 to 10:43
   B: 10:50 to 11:45
The "busy line" indicator to the right of the timeline  now wrongly snaps the B task duration from 11:00 to 11:45.
I would be happy to attach a screenshot illustrating this problem but apparently there are no attachment options in this forum.
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Bugs in timetable view
Reply #1 - Sep 20th, 2006 at 10:55am
Print Post  
1. This property was indeed reversed in previous versions of the control. Make sure you have the latest version. In the most recent release, the property behaves exactly as stated in the documentation: "Specify Enabled to use 12-hour format, or Disabled to use 24-hour format", i.e. when enabled, the displayed hours range in the interval 1-12, and when disabled, they range in the interval 0-23.

2. TwelveHourFormat is used solely to format the times displayed in the timeline of a Timetable view. The item tooltips are formatted according to the Calendar.ItemTooltipFormat property instead. You can also handle the ItemTooltipDisplaying event in order to further customize the tooltip text.

3. You might want to disable TimetableSettings.ShowPadding to achieve this. The TimetableSettings.EnableSnapping property is used for different purpose - it is used in conjunction with TimetableSettings.SnapInterval to set custom snap interval different than the default one. By default Planner.NET snaps items to cell boundaries.

4. This is indeed the case. This happens because the earlier item is drawn on top of the "busy line" and obscures parts of it. You can resolve this issue by disabling TimetableSettings.ShowPadding.

Meppy
  
Back to top
 
IP Logged
 
psmith
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Sep 20th, 2006
Re: Bugs in timetable view
Reply #2 - Sep 21st, 2006 at 5:56am
Print Post  
Thanks for your quick answer. It helped solving the issues.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint