The Checked Property from the ArcPad Object Model, fails to return a value of 'True' for the 'Offset polyline/polygon' tool menu item.
上次发布: February 26, 2016ArcPad
漏洞 ID 编号
BUG-000092210
已提交
November 16, 2015
上次修改时间
June 5, 2024
适用范围
ArcPad
找到的版本
10.2.2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
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.
解决办法
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.