Jump to content

Recommended Posts

Posted

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?

Posted
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.

Posted
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.

Posted
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

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...