Support Board
Date/Time: Thu, 23 Jan 2025 09:53:31 +0000
Post From: ACSIL Stationary Text
[2018-11-16 11:52:18] |
kas64h - Posts: 87 |
Inserting new Stationary Text drawings through ACSIL no longer seems to be working correctly. Using: Tool.DrawingType = DrawingTypeEnum::DRAWING_STATIONARY_TEXT; and Tool.AddMethod = UTAM_ADD_OR_ADJUST; etc., to insert NEW drawings, seems to create Type Text rather than Stationary Text. This is confirmed by going to the drawings Properties or looking at the Manage Chart Drawings listings, although bizarrely the drawing still behaves as Stationary Text on-screen (i.e. it stays stationary when scrolling) This is causing me problems when trying to update existing drawings, as my loop - while ((sc.GetUserDrawnChartDrawing(sc.ChartNumber, DrawingTypeEnum::DRAWING_STATIONARY_TEXT, Tool, ix) > 0)), no longer picks anything up, resulting in duplicate drawings being created, rather than existing drawings being updated. Thanks. |