Login Page - Create Account

Support Board


Date/Time: Fri, 18 Oct 2024 08:32:02 +0000



Post From: sc.GetLineNumberOfSelectedUserDrawnDrawing() works but not for drawing from other chart.

[2024-07-13 21:32:34]
User629079 - Posts: 7
Yes, It would be great.

Returning the Selected UserDrawnDrawing in s_UseTool& ChartDrawing will totally solve the problem and even it will totally simplify it.


Then with this new function sc.GetLineNumberOfSelectedUserDrawnDrawingFromChart(const int ChartNumber, s_UseTool& ChartDrawing) I will just put:
- sc.ChartWindowIsActive as an input argument
- Fresh/Clean s_UseTool as an input argument by reference
and in return I will get s_UseTool of just Selected (by mouse) UserDrawnDrawing and this s_UseTool is ready for modifying its parameters (colors, position, ...). Even if that drawing originally comes from other chart, what is an issue in sc.GetLineNumberOfSelectedUserDrawnDrawing().

Thank You.