Trapping a Mouse Up Event when using the Gantt tool
Posted: Mon Oct 01, 2007 2:48 pm
I need to know when the user has released the mouse button when dragging or resizing the Gantt. You suggested using the OnDragBar and OnResizeBar. That will not work. I need to know the moment the action has stopped and I can only conceive that a Mouse Up event would work.
I need to round the X value and pass that back to the Gantt. (snap).
I have found the OnMouse up property in the Chart class and several others. I can not find where the event is trapped. Since a mouse click is taking place, I know the event is fired. How can I access this?
We have the full source.
Thanks
I need to round the X value and pass that back to the Gantt. (snap).
I have found the OnMouse up property in the Chart class and several others. I can not find where the event is trapped. Since a mouse click is taking place, I know the event is fired. How can I access this?
We have the full source.
Thanks