laptop and a wrench

Bogue

The Toolbar Collection Editor removes localization info. for toolbar items added in the source view in VS.NET.

Dernière publication: August 25, 2014 No Product Found
Numéro d’ID de bogue NIM013579
EnvoiDecember 11, 2007
Dernière modificationApril 28, 2025
S’applique àNo Product Found
Version trouvée9.2
Langue du programmeC#
StatutWill Not Be Addressed

Informations supplémentaires

No Public Explanation

Solution de contournement

The localization has to be done at runtime through GetLocalResourceObject() method if (!Page.IsCallback && !Page.IsPostBack) { for (int i = 0; i < Toolbar1.ToolbarItems.Count; i++) { ToolbarItem titem = Toolbar1.ToolbarItems[i]; if (titem is Tool) { Tool tl = (Tool)titem; tl.ToolTip = GetLocalResourceObject(tl.Name + "_" + "ToolTip") as string; } } }

Étapes pour reproduire

ID de bogue: NIM013579

Logiciel:

  • No Product Found

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement