Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 18:26:33 +0000



Post From: AddAsUserDrawnDrawing = 1

[2014-10-11 00:25:15]
QnReally - Posts: 181
I am drawing a DRAWING_PITCHFORK_SCHIFF by setting ReceivePointerEvents. The drawing works fine. The problem I am facing is when there is already a drawing at one of the points where my new drawing needs to go. Here is a comparison of two scenarios each drawing two drawings. Assume I have points A, B, and C on the chart.
Scenario 1 (works fine -- drawing two Sierra supplied tools):
1. I draw the Ray Tool using points A and B.
2. Then I draw another Ray tool using points A and C.
3. No problems in this case.

Scenario 2 (problem if using one Sierra supplied tool one user drawn tool from a study):
1. I draw the Ray Tool using points A and B.
2. I want to draw DRAWING_PITCHFORK_SCHIFF which is managed by my study using points A, B, and C.
3. The problem is, when I click the mouse at point A, the previous Ray Tool that is starting at point A gets selected and messes the pointer events being received by my study.

Is there any way to avoid the interaction with the existing drawings on the chart while I am in a mode of drawing a new UserDrawnDrawing?

Thanks.