laptop and a wrench

Error

Running new Point() and mapControl.getActiveView().refresh() in a FOR loop causes an Engine application to freeze.

Última publicación: August 25, 2014 No Product Found
Número de ID del error NIM000435
EnviadoNovember 24, 2005
Última modificaciónJune 5, 2024
Relacionado conNo Product Found
Versión encontrada9.1
Lenguaje del programaJava
EstadoNon-Reproducible

Información adicional

No Public Explanation

Solución alternativa

Putting a wait(int) in the for loop to delay the refresh can resolve the problem. for (int i = 0; i < 50; i++) { try { System.out.println("Client: Creating point " + i); p = new Point(); m_mapControl.getActiveView().refresh(); wait(5000); } catch (Exception ex) { ex.printStackTrace(); } }

Pasos para reproducir

ID del error: NIM000435

Software:

  • No Product Found

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga