Numéro de bogue | NIM058243 |
Envoyé | Jun 11, 2010 |
Modified | Jun 11, 2020 |
Gravité | Medium |
S’applique à | ArcGIS Engine |
Version trouvée | 9.3.1 |
Langage de programmation | VB.Net |
Plateforme serveur | Windows 2003 |
Plateforme client | Windows 2003 |
Base de données | N/D |
Paramètre régional | N/D |
Statut | Implemented |
Version corrigée | 10.1 |
Résolu par le fournisseur | 10.0SP1 |
Bogue NIM058243
Synopsis
The map control application crashes when the vertex of Callout is moved using ControlSelectToolClass when the tool is created without passing in a ToolbarControl.
Informations supplémentaires
N/D
Autre solution
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;