Clicking Map control using any of the tools in the Measure dialog box, opens another Measure dialog box.
上次发布: August 25, 2014ArcGIS Engine
漏洞 ID 编号
NIM068806
已提交
May 30, 2011
上次修改时间
February 20, 2025
适用范围
ArcGIS Engine
找到的版本
10.0
编程语言
C#
操作系统
Windows OS
操作系统版本
XP
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
I'm only seeing this occur when the command is loaded programmatically. The customer has the following in the Form2.cs: private void Form2_Load(object sender, EventArgs e) { this.axToolbarControl1.AddItem(new ControlsMapMeasureToolClass()); }If I comment this out and add the command with the designer I don't see the problem occur.