Abaksoft Posted May 4, 2020 Posted May 4, 2020 Hi, When moving an Event or Resizing it, the schedule is not correct. Here is a testCase. Project1.zip Quote
Sherzod Posted May 5, 2020 Posted May 5, 2020 Hi, 6 hours ago, Abaksoft said: When moving an Event or Resizing it, the schedule is not correct. Ok, we will check. Are you using the latest build? Quote
Abaksoft Posted May 5, 2020 Author Posted May 5, 2020 1 hour ago, Sherzod said: Hi, Ok, we will check. Are you using the latest build? Yes 1531. Thank you Sherzod Quote
Abaksoft Posted May 6, 2020 Author Posted May 6, 2020 On 5/5/2020 at 8:01 AM, Sherzod said: Hi, Ok, we will check. Are you using the latest build? Good morning Sherzod, Any news ? Do I have to create a Ticket Support ? Maybe it's a simple JS Refresh who is missing. Quote
Sherzod Posted May 6, 2020 Posted May 6, 2020 2 hours ago, Abaksoft said: Good morning Sherzod, Any news ? Do I have to create a Ticket Support ? Maybe it's a simple JS Refresh who is missing. Hi, Sorry for the late reply. Yes, I was able to reproduce your case. 2 hours ago, Abaksoft said: Do I have to create a Ticket Support ? Please, if it’s not difficult for you. Quote
Abaksoft Posted May 6, 2020 Author Posted May 6, 2020 3 hours ago, Sherzod said: Please, if it’s not difficult for you. Sure Done (FSD-2124). Quote
Sherzod Posted May 6, 2020 Posted May 6, 2020 40 minutes ago, Abaksoft said: Sure Done (FSD-2124). OK, thank you. Quote
Abaksoft Posted May 13, 2020 Author Posted May 13, 2020 On 5/6/2020 at 5:37 PM, Sherzod said: OK, thank you. Solved Sorry for any inconvenience procedure TMainForm.UniCalendarPanel1EventMove(Sender: TUniCalendarPanel; AEventId: Integer; AEvent: TUniCalendarEvent; AStartDate, AEndDate: TDateTime; var Handled: Boolean); begin // This is False : // Uniedit1.Text:=DateTimeToStr(AEvent.StartDate); // Uniedit2.Text:=DateTimeToStr(AEvent.EndDate); // This is True : Uniedit1.Text:=DateTimeToStr(AStartDate); Uniedit2.Text:=DateTimeToStr(AEndDate); end; FSD-2124 Deleted. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.