Hello,
I'm creating an appointment in UltraWinSchedule, which reaches from one day to to the next, like that:
Appointment
Then on the fifth of july one half of the appointment appears from 22 o'clock to midnight.But when i scroll to the sixth of july, the second half of the appointment don't appears from midnight to 8 o'clock, but from 22 to midnight.The same like on the fifth of july!How can i avoid this effect?
Thanks in advance!Patrick
Hello Brian,
were you able to reproduce the issue with the provided sample project or do you need further information? Have you already an idea what's causing this behaviour? Could you provide us with some estimate as our customers want to know when the issue is resolved?
Thanks a lot!
Thomas Düthorn
Hello Brian,In our testproject (which You can find in the attachment) we got a Form called "frmTestApp".There are an UltraDayView and an UltraMonthViewMulti (generated by code!) which are binded to the same CalenderInfo.In the MonthView You can see, that we added an Appointment from july fifth to sixth.At runtime, please click on the weeknumber, so that the DayView gets a WeekView-look.And maybe it's better to expand the frmTestApp-Form and then please scroll down in the DayView, so that You can see, what has happened to the appointment.It's starting on july five at 10 o'Clock PM and ends on july six at 8 o'Clock in the morning (The code for generating the appointment is in the method TestApp_Load).But visually it seems, that there are two appointments, reaching from 10 o'Clock PM to midnight.And now the big question:Is there a possiblity, to handle that appointment, so that it reaches from july five 10:00 PM to july six 8:00 AM?Thanks in advance!Patrick Pirzer
I was not able to reproduce the behavior you describe here with a simple test. If possible you should attach a sample project that demonstrates the behavior so that we can see what is going on.