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.