Support Board
Date/Time: Wed, 05 Nov 2025 11:05:17 +0000
Post From: UseTool
| [2023-12-03 17:37:27] |
| User719512 - Posts: 331 |
|
Keep track of all the IDs for the user drawings you create as a "group". On each loop in your code, at the end of the loop, run through your groups, and if any items is a group is no longer present, delete the others. See: GetUserDrawnDrawingByLineNumber UserDrawnChartDrawingExists DeleteUserDrawnACSDrawing Will prob need to use some persistent storage to a <list> (list of lists?) to manage your groups. |
