Login Page - Create Account

Support Board


Date/Time: Tue, 26 Nov 2024 13:19:01 +0000



Post From: UseTool

[2023-12-03 17:37:27]
User719512 - Posts: 264
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.