laptop and a wrench

Erro

Expanding and collapsing a node in the .NET Web ADF Table of Contents during a map callback operation will cause the node to be unusable.

Última Publicação: August 25, 2014 ArcGIS Server (.NET)
Número de ID do Erro NIM046972
EnviadoJuly 22, 2009
Última ModificaçãoApril 2, 2025
Aplica-se àArcGIS Server (.NET)
Versão encontrada9.2
Sistema OperacionalWindows OS
Versão do Sistema Operacional2008
Versão Fixa9.3.1
StatusFixed

Solução Provisória

Here are two solutions:A) Listen for the Toc_NodeExpanded event and insert the following lines of code. protected void Toc1_NodeExpanded(object sender, TreeViewPlusNodeEventArgs args) { if (Toc1.CallbackResults.Count < 1 && Toc1.RenderOnDemand) { args.Node.Refresh(); } }The current situation is that the TOC node is unresponsive after the user has been clicking the +/- while the map request is processing. With this code, the node can be expanded successfully once the map request finishes.B) Another option is to set RenderOnDemand = False on the TOC control. This causes the TOC swatches and nodes to be pre-cached so that clicking the + does not need to request the information. Depending on the complexity of the Map, this may result in the application startup being slightly slower.

Etapas para Reproduzir

ID do Erro: NIM046972

Software:

  • ArcGIS Server (.NET)

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download