Support Board
Date/Time: Thu, 30 Oct 2025 15:44:20 +0000
Post From: ACSIL: UseTool
| [2016-03-25 18:53:37] |
| User53601 - Posts: 106 |
|
Thank you for the code, I used it for testing, and it brought me to the solution. I have more of my own studies on the chart. The source of the problem was in one of them. In one of the study I deleted user drawing without prior testing whether the drawing exists. By replacing sc.DeleteUserDrawnACSDrawing with if sc.ChartDrawingExists then sc.DeleteUserDrawnACSDrawing the problem dissapperaed. I did not guess two studies in one chart could be interconnected in such a way. thank you again for the support. Date Time Of Last Edit: 2016-03-25 18:56:22
|
