laptop and a wrench

Erro

Unable to scroll with mouse wheel after executing esri.toolbars.Draw.FREEHAND_POLYLINE or esri.toolbars.Draw.EXTENT or esri.toolbars.Draw.FREEHAND_POLYGON.

Última Publicação: August 25, 2014 No Product Found
Número de ID do Erro NIM062326
EnviadoOctober 27, 2010
Última ModificaçãoApril 2, 2025
Aplica-se àNo Product Found
Versão encontradaOther
Idioma do programaJavaScript
Versão FixaArcGIS.c
StatusFixed

Solução Provisória

Option#1: Click on “Deactivate” button before scrolling the mouse wheelOption#2: As shown below, call tb.deactivate(); inside the addGraphic(geometry){} function.function addGraphic(geometry) { var symbol = dojo.byId("symbol").value; if (symbol) { symbol = eval(symbol); } else { var type = geometry.type;alert(type); if (type === "point" || type === "multipoint") { symbol = tb.markerSymbol; } else if (type === "line" || type === "polyline") { symbol = tb.lineSymbol; } else { symbol = tb.fillSymbol; } } map.graphics.add(new esri.Graphic(geometry, symbol)); tb.deactivate(); }Note:The above solution will not allow the customer's to execute the same action again.They have to click on the buttons(Extent|FREEHAND_POLYGON|FREEHAND_POLYLINE) again.

Etapas para Reproduzir

ID do Erro: NIM062326

Software:

  • No Product Found

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