Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Resource View (Read 2154 times)
Leo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Aug 30th, 2006
Resource View
Aug 30th, 2006 at 2:35pm
Print Post  
I find out your component and I like it very much. May be it's the right solution to a problem of mine:

1. Is it possible to see the resource view detailed by hours/min?
2. If yes, is it possible to hide not working hours?

Thanks in Advance,

Leo.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Resource View
Reply #1 - Aug 30th, 2006 at 3:51pm
Print Post  
Hi,

The Resource view can display up to three timelines, whose properties are accessible through the BottomTimelineSettings, MiddleTimelineSettings and TopTimelineSettings members of the Calendar.ResourceViewSettings object. Say you need to divide the bottom timeline into 15 minute intervals - you can do that by setting the following properties:

Code
Select All
cal.ResourceViewSettings.BottomTimelineSettings.Format = "hh:mm";
cal.ResourceViewSettings.BottomTimelineSettings.Unit = MindFusion.Scheduling.WinForms.TimeUnit.Minute;
cal.ResourceViewSettings.BottomTimelineSettings.UnitCount = 15;
 



Use the VisibleStartTime and VisibleEndTime properties of ResourceViewSettings to make only the working hours visible.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Leo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Aug 30th, 2006
Re: Resource View
Reply #2 - Aug 31st, 2006 at 1:20pm
Print Post  
Thank you very much! I put it in my budget!

Leo
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint