The Checked Property from the ArcPad Object Model, fails to return a value of 'True' for the 'Offset polyline/polygon' tool menu item.
Last Published: February 26, 2016ArcPad
Bug ID Number
BUG-000092210
Submitted
November 16, 2015
Last Modified
June 5, 2024
Applies to
ArcPad
Version found
10.2.2
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
Workaround
1. Go into Design Mode > Customize Toolbars2. In the Toolbar Editor, on the right side, scroll down to the Drawing Tools toolbar.3. Locate the 'Offset polyline/polygon toggle' tool.4. Select it and click the << button to remove that tool completely from the toolbar.5. On the left side, scroll down to that 'Offset polyline/polygon toggle' tool.6. On the right side select the Drawing Tools toolbar.7. Finally click the >> button to move the tool to the root of the Drawing Tools toolbar rather than it being a menu item under the 'Offset Point' tool.As a test, after the button has been pressed, from your keyboard press CTRL + Enter and paste the following into the script window:console.print application.toolbars("Draw").item("offsetpoly").checkedThen click the red exclamation mark to run it. It now says 'True' in the console window.