News
Scenome 22.19 — 5/15/2022
Release details are described below.
Table 1.1. Description of Changes.
Change Log |
---|
Updated <StructInstanceNode> and <StructInstanceArrayNode> with bug fixes discovered during stress testing. The <StructInstanceNode> and <StructInstanceArrayNode> should be released to production status in Scenome 22.20. |
In the Magnifier draw mode, you can now control the width in pixels of the magnified area. You can also write scripts to control this with the new <Magnifier_DrawMode>::GridSizeX and <Magnifier_DrawMode>::GridSizeY data interfaces. Please see APP_SERVICES_TOOLS_MENU_SCRIPTS.SSL in the application scripts folder. There are several example commands in the Magnifier draw mode command menu. |
In the Magnifier draw mode, you can now control the location of the preview with the new <Magnifier_DrawMode>::SnapMode data interface. Supported modes are MSM_FollowCursor, MSM_UpperLeft, MSM_UpperRight, MSM_LowerLeft, and MSM_LowerRight. Please see APP_SERVICES_TOOLS_MENU_SCRIPTS.SSL in the application scripts folder. There are several example commands in the Magnifier draw mode command menu. |
In the Magnifier draw mode, you can now control the size of the preview panel. There is a new data interface <Magnifier_DrawMode>::ZoomFactor, and there are several example commands in the Magnifier draw mode command menu. |