Support Board
Date/Time: Thu, 16 Jan 2025 17:10:46 +0000
Post From: Clearing Tool Text using ACSIL
[2017-11-09 09:42:52] |
kas64h - Posts: 87 |
Thank you for your reply. Not sure why it is an odd concept to clear text in this way (please let me know if I'm doing something incorrectly). I have multpile drawings on some charts, and it's useful to be able to clear text on all of them in one go from within code. It's been working fine for over a year now and not sure why it's suddenly stopped working. So for example, I might have a Horizontal Ray, or a Line or whatever, and any of the following... Tool.Text.Clear(); Tool.Text = ""; Tool.Text = '\0'; ... all suceesfully clear the drawings text in code, but the change now fails to render through to the drawing when the adjustment is made (using the AddMethod 'UTAM_ADD_OR_ADJUST') In fact it's similar to another ticket I've raised ('s_UseTool LineStyle, LineWidth and Color not adjusting Price Retracement ACSIL Drawings'), in so much as changes are succeeding in code but failing to render through to the drawing when the adjustment is enacted. Hopefully this helps further your investigations. Many thanks. |