Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Showing appointment times in DayRange (Read 5680 times)
Jeffry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 26
Joined: Feb 9th, 2007
Showing appointment times in DayRange
Jan 21st, 2008 at 12:05pm
Print Post  
Hi,

I was wondering if it's possible to show appointment times in the DayRange view. At the moment I only see a list of appointment descriptions without times.

I see that 4.3 has replaced the DayRange view for the List view. Does the list view have that functionality?

Thanks,
Jeffry
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Showing appointment times in DayRange
Reply #1 - Jan 21st, 2008 at 1:02pm
Print Post  
You can't do this directly. You have to perform custom drawing on the items in order to achieve that. Custom drawing is performed by setting the appropriate flag to the Calendar.CustomDraw property (CalendarItem in this case) and handling the Calendar.Draw event.

Meppy
  
Back to top
 
IP Logged
 
Jeffry
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 26
Joined: Feb 9th, 2007
Re: Showing appointment times in DayRange
Reply #2 - Jan 21st, 2008 at 1:21pm
Print Post  
Ok, so this functionality is also not present in the 4.3 List view?

If so I can consider upgrading, otherwise I just try the custom draw functionality in 4.2.

Thanks,
Jeffry
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Showing appointment times in DayRange
Reply #3 - Jan 21st, 2008 at 2:28pm
Print Post  
This functionality is not currently present in any view. The text displayed for an item is exactly the text contained in the item's HeaderText property (and eventually the text contained in the DescriptionText in certain views).

We may add some formatting features that enable you to alter the text of all the items displayed in the control at once. However, since we do not currently intend to alter the item's structure, we cannot enable this on a per-item basis.

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