I could use some help when printing a monthly schedule.
I am using winschedule to show deliveries on a monthly printout. I set the appointments to all day and then fill subject with a string for example, "NI - 302 - Walla Walla Company". I need to show all info in day box on calander and would also like to change color based on first 2 letters, "NI". Also, maybe if I set text to smaller font that would work as well.
Any suggestions, examples would be greatly appreciated.
Any chance you could send me a vb.net version?
Hello,
I was able to use a creation filter and expand size of the appointment area by modifying the SingleDayAppointmentUIElement & EditorWithTextUIElement. I modified the EditorWithTextDisplayTextUIElement's rectangle and provided the subject line to be multiline and wraptext which are two properties that can be set to true. Please see my attached sample for further demonstration.
Could I use a creationfilter to print subject on 2 lines? Or could I use the creationfilter to eliminate the time from showing on non all day appointment. I use vb.net. Could you at least provide a sample of how to get started on this?
OK, 1 last question as it relates to printing monthly schedules.
How do I show location for appointment in day box on monthly calendar? So far I have not been able to get it to appear.
Hello dpickart,
I have investigated your requests and thus far determined that they are both new product ideas. You can however change the color and font of the subject line by accessing the following AppointmentAppearance property.
this.ultraMonthViewSingle1.CalendarLook.AppointmentAppearance.ForeColor = Color.Red
this.ultraMonthViewSingle1.CalendarLook.AppointmentAppearance.FontData.SizeInPoints = 5
You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.