Support Board
Date/Time: Thu, 06 Nov 2025 19:17:09 +0000
Post From: Lines always drawn above Text when drawn from ACSIL
| [2025-11-05 15:03:15] |
| skalaydzhiyski - Posts: 91 |
|
Hi SCE, thanks for coming back to me, Both my drawings are using bar index (although different) and both drawings have AddAsUserDrawnDrawing disabled. The line is basically start from a -> c, the text drawing is b (between a and c) and at the point they cross the line drawing always appears above the text drawing even though I am using completely separate s_UseTool structs and the text drawing is done after the line drawing (i.e. the call to sc.UseTool for the line happens before the text drawing's call to sc.UseTool)... If, on the other hand, I make the text drawing to be user drawn, then the text appears on top of the line.. tool.AddAsUserDrawnDrawing = 0; This is how I disable user drawn mode. I tried with using false instead of 0, but no effect. |
