Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Appointment Moving (Read 5616 times)
ColinA
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 21
Joined: Aug 27th, 2013
Appointment Moving
Jun 24th, 2016 at 8:18am
Print Post  
Hi

what's the best way to know if the appointment had been moved when dragging, I am using the mouse up to know when I have let go, but this also fires when just clicking on and empty slot is there a way of knowing its a appointment that has been released. Also if the appointment has been changed not just clicking on it and not moving the appointment.

Regards
Colin
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Appointment Moving
Reply #1 - Jun 27th, 2016 at 6:24am
Print Post  
Hi,

Try the Calendar.ItemModified event. It is raised when an appointment is moved with the mouse, after the mouse has been released.

Regards,
Meppy
  
Back to top
 
IP Logged
 
ColinA
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 21
Joined: Aug 27th, 2013
Re: Appointment Moving
Reply #2 - Jun 27th, 2016 at 11:17am
Print Post  
Cheers Meppy
  
Back to top
 
IP Logged
 
fractal07
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 28
Location: France
Joined: Mar 13th, 2017
Re: Appointment Moving
Reply #3 - Mar 13th, 2017 at 5:48pm
Print Post  
Hi Meppy,

I post here but maybe I have to create a new subject?
My issue is almost the same, I'm working on the "Scheduling Drag & drop demo" delivered with install and, by default, appointments could not be moved.
Could you tell me how to allow appointments to be moved? It's probably simple but I'm new in this (amazing) component and there's so many properties!
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Appointment Moving
Reply #4 - Mar 14th, 2017 at 9:00am
Print Post  
Hi,

There seems to be a left-over method that cancels the built-in appointment interactions and starts a drag & drop when the mouse is pressed and moved over an appointment. To remedy this, remove the _schedule_MouseMove event handler.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint