Jump to content

UniCalendarPanel : Property Move and Resize are Asynchron !?


Abaksoft

Recommended Posts

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.

Link to comment
Share on other sites

On 5/6/2020 at 5:37 PM, Sherzod said:

OK, thank you.

Solved

Sorry for any inconvenience :wacko:


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.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...