Bug NIM-068806
| Nimbus ID | NIM068806 |
|---|---|
| Submitted | May 30, 2011 5:07 AM |
| Severity | Medium |
| Applies To | ArcGIS |
| Version Found | 10.0 SP2 |
| Prog Language | C# |
| Server Platform | N/A |
| Client Platform | All Windows |
| Database | N/A |
| Locale | N/A |
| Status | Resolved |
| Version Fixed | 10.1 |
| SP Fixed | 10.0SP3 |
Synopsis
Clicking Map control using any of the tools in the Measure dialog box, opens another Measure dialog box.
Additional Status Information
N/A
Alternate Solution
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.