Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Show Appointment.DescriptionText (Read 5705 times)
mog_ur
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jul 3rd, 2007
Show Appointment.DescriptionText
Jul 3rd, 2007 at 3:22pm
Print Post  
Can I show DescriptionText when CurrentView = WeekRange?

Sorry, my english is not really good!
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Show Appointment.DescriptionText
Reply #1 - Jul 4th, 2007 at 4:54am
Print Post  
Unfortunately, the DescriptionText is only visible in a Timetable view. You can however use custom drawing or custom item viewer to render the DescriptionText in WeekRange view as well.

Meppy
  
Back to top
 
IP Logged
 
mog_ur
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jul 3rd, 2007
Re: Show Appointment.DescriptionText
Reply #2 - Jul 4th, 2007 at 6:30am
Print Post  
OK thanks.

And can I enlarge the cell of the days?
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Show Appointment.DescriptionText
Reply #3 - Jul 4th, 2007 at 7:04am
Print Post  
All available space is distributed evenly among the visible cells. In order to increase the size of individual cells, you can either increase the size of the control, or decrease the number of visible cells (for a week range view you can decrease the number of visible rows by setting Calendar.WeekRangeSettings.VisibleRows).

Meppy
  
Back to top
 
IP Logged
 
mog_ur
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jul 3rd, 2007
Re: Show Appointment.DescriptionText
Reply #4 - Jul 4th, 2007 at 7:10am
Print Post  
thanks
  
Back to top
 
IP Logged
 
mog_ur
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jul 3rd, 2007
Re: Show Appointment.DescriptionText
Reply #5 - Jul 4th, 2007 at 10:02am
Print Post  
I'm trying to show DescriptionText using a custom item viewer.   

But I can't make the items greater so that all the text fits
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Show Appointment.DescriptionText
Reply #6 - Jul 4th, 2007 at 11:10am
Print Post  
You can specify greater item size through the Calendar.ItemSettings.Size property. However, keep in mind that this property affects the sizes of all items in the schedule.

Meppy
  
Back to top
 
IP Logged
 
mog_ur
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: Jul 3rd, 2007
Re: Show Appointment.DescriptionText
Reply #7 - Jul 4th, 2007 at 12:50pm
Print Post  
Great!!

Only one more Smiley
When i put many items in a day appears a little button, can i manage it ? (click or something like that)   

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


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Show Appointment.DescriptionText
Reply #8 - Jul 4th, 2007 at 1:20pm
Print Post  
You can handle the Calendar.HiddenItemClick event, which is fired exactly when the user clicks on that little button. Then you can, for example, call the Calendar.Schedule.GetAllItems method for the clicked day to obtain a reference to all items contained within the day cell.

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