Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic TimeTableSettings 24 hour cells not rendering (Read 3816 times)
Jos
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: May 25th, 2010
TimeTableSettings 24 hour cells not rendering
Jun 25th, 2010 at 2:18pm
Print Post  
Hi,

Im trying a TimeTable view to work with 24 hour cells, but I'm experiencing stange things. I suspect a bug. If you run the code below you will find that the cells don't render.

If you change the CellTime to anything less then 24 hours everything works just fine.

Code
Select All
this.Calendar.CurrentView = MindFusion.Scheduling.Silverlight.CalendarView.Timetable;
this.Calendar.TimetableSettings.HeaderDateFormat = "MMMM yyyy";
this.Calendar.TimetableSettings.Dates.Clear();
this.Calendar.TimetableSettings.Dates.Add(this.Calendar.Date);
this.Calendar.TimetableSettings.StartTime = 0;

// This line causes the cells not to render. Any value lower than 24 hours does work.
this.Calendar.TimetableSettings.CellTime = new TimeSpan(24, 0, 0);

this.Calendar.TimetableSettings.EndTime = 44640;
this.Calendar.TimetableSettings.GeneralFormat = "dd MMMM";
this.Calendar.TimetableSettings.CellSize = 100;
this.Calendar.TimetableSettings.TimelineSize = 100;
 



Grtz Jos
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: TimeTableSettings 24 hour cells not rendering
Reply #1 - Jun 25th, 2010 at 2:55pm
Print Post  
We will have a look at this. However, keep in mind that the Timetable view has been designed to work with up to 48-hour column intervals so I cannot guarantee that we will be able to make it work on such a big scale.

I will let you know when I have something ready.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Jos
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: May 25th, 2010
Re: TimeTableSettings 24 hour cells not rendering
Reply #2 - Jun 28th, 2010 at 6:45am
Print Post  
Thanks for the quick reply. If you want I can sent you my test project.

Kind regards

Jos ter Doest
WiZZiX
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: TimeTableSettings 24 hour cells not rendering
Reply #3 - Jun 28th, 2010 at 11:45am
Print Post  
A new preliminary version of MindFusion.Scheduling for Silverlight can be downloaded from the following link:

https://mindfusion.eu/_pln_trial/MindFusion.Scheduling.Silverlight.2.1.1b.zip

The version enables 24-hour cells in Timetable view. However, this is considered not officially supported, hasn't been fully tested and might not work with all of the applicable settings. Please, try it out and let me know if you have any problems.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Jos
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: May 25th, 2010
Re: TimeTableSettings 24 hour cells not rendering
Reply #4 - Jun 29th, 2010 at 8:39am
Print Post  
Thanx,

I will test this asap. For our release we will wait for your next official release.

Kind regards

Jos ter Doest
WiZZiX
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint