Bug-Nummer | NIM058243 |
Erzeugt am | Jun 11, 2010 |
Modified | Jun 11, 2020 |
Schweregrad | Medium |
Übernehmen für | ArcGIS Engine |
Gefundene Version | 9.3.1 |
Progr.-Sprache | VB.Net |
Server-Plattform | Windows 2003 |
Client-Plattform | Windows 2003 |
Datenbank | n. z. |
Gebietsschema | n. z. |
Status | Implemented |
Behoben in Version | 10.1 |
SP Fixed | 10.0SP1 |
Bug NIM058243
Zusammenfassung
The map control application crashes when the vertex of Callout is moved using ControlSelectToolClass when the tool is created without passing in a ToolbarControl.
Zusätzliche Informationen
n. z.
Alternative Lösung
If a toolbar control is added to the application, it may not have any items but does require to be buddied with the map control. Then change the code to hook to the toolbar control.
ICommand cmd = new ESRI.ArcGIS.Controls.ControlsSelectTool();
cmd.OnCreate(axToolbarControl1.Object);
axMapControl1.CurrentTool = (ITool)cmd;