Login Page - Create Account

Support Board


Date/Time: Thu, 26 Dec 2024 20:14:16 +0000



Post From: Need to call sc.UseTool twice before userdrawn drawing can be found.

[2015-12-09 05:22:14]
Al SC Developer - Posts: 434
There was an issue in the UseTool function, where a DRAWING_HORIZONTALLINE drawing was being mistakenly transformed into a DRAWING_HORIZONTAL_RAY. Because the type is wrong, you can not find the drawing. When you redrew the drawing, it was adjusted to the correct type and then you are able to find it. A work around is to specify a type of DRAWING_UNKNOWN when searching for the drawing.

This is addressed in the next release.