Jump to content

TUniCalendarPanel problem


mdziedzic

Recommended Posts

Hi,

I have problem to display events in a TUniCalendarPanel, when there are more than one TUniCalendarPanel objects in a session. No matter if they exists at the same time, or create-destroy each one after another.

 

Steps to reproduce:

1. Place TUniCalendarPanel on a form

2. Add some events to it

3. Create instance of the form and show it with ShowModal method- events are shown in a TUniCalendarPanel

4. Close the form

5. Create another instance of the form and show it with ShowModal method- events are not shown in a TUniCalendarPanel

 

UniGui ver: 1.0.2.1450

 

Please help ;)

 

best

Maciej

Link to comment
Share on other sites

Some more issues with the TUniCalendarPanel

1. Event DateChange: values for AViewStart, AViewEnd are always 1899-12-29;   procedure DateChange(Sender: TUniCalendarPanel; AStartDate, AViewStart, AViewEnd: TDateTime);

2. No effect on changing ShowDayView/ShowWeekView/ShowMonthView props - designtime or runtime

3. No effect on changing DayText/WeekText/MonthText/TodayText props - designtime or runtime

4. No effect on changing ShowNavBar prop - designtime or runtime

 

best,

Maciej

Link to comment
Share on other sites

Some more issues with the TUniCalendarPanel

1. Event DateChange: values for AViewStart, AViewEnd are always 1899-12-29;   procedure DateChange(Sender: TUniCalendarPanel; AStartDate, AViewStart, AViewEnd: TDateTime);

2. No effect on changing ShowDayView/ShowWeekView/ShowMonthView props - designtime or runtime

3. No effect on changing DayText/WeekText/MonthText/TodayText props - designtime or runtime

4. No effect on changing ShowNavBar prop - designtime or runtime

 

I reported to support portal

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...