DrawLine Tool NewLine Event Changed
Posted: Fri Dec 23, 2005 9:35 pm
Hi Narcis,
I have just installed v2.0.2179.21171 maintenance release. I was unable to use the last few releases because of problems with the print margins, so I am not sure when this changed.
In my app the user can draw a line. The user clicks hold and drags to form a line.
The NewLine Event fires when the new line is complete, and the mouse is released. The line has both a start and end which I capture to evaluate the date between the points.
In this new release the NewLine Event fires with the mouse down and as there is no line there is nothing to capture as yet.
In this new release how do I capture the NewLine MouseUp event after the line is drawn?
Thanks
I have just installed v2.0.2179.21171 maintenance release. I was unable to use the last few releases because of problems with the print margins, so I am not sure when this changed.
In my app the user can draw a line. The user clicks hold and drags to form a line.
The NewLine Event fires when the new line is complete, and the mouse is released. The line has both a start and end which I capture to evaluate the date between the points.
In this new release the NewLine Event fires with the mouse down and as there is no line there is nothing to capture as yet.
In this new release how do I capture the NewLine MouseUp event after the line is drawn?
Thanks