laptop and a wrench

Erro

If ArcReaderControl application loses focus while opening and WindowState is Maximized, then map display gets clipped.

Última Publicação: August 31, 2014 ArcGIS for Desktop
Número de ID do Erro NIM042359
EnviadoFebruary 12, 2009
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS for Desktop
Versão encontrada9.3
Idioma do programaC#
Sistema OperacionalWindows OS
Versão do Sistema OperacionalXP
StatusWill Not Be Addressed

Solução Provisória

1. Click “Restore Down” on top left corner of the application (middle button) and click again same button (Maximize) to get the correct map display.2. Another workaround: a. Comment-out code line, “this.WindowState = FormWindowState.Maximized;” in Form1_Load event. b. Comment/Uncomment code of Program.cs as following. The key thing here is to “minimize” and then “maximize”. If comment-out code line, “Form1.WindowState = FormWindowState.Minimized;” then you’ll see the same (clipped map display) behavior.static void Main(){ Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Form1 Form1 = new Form1(); ApplicationContext applicationContext = new ApplicationContext(); applicationContext.MainForm = Form1; Form1.Show(); Form1.WindowState = FormWindowState.Minimized; Form1.WindowState = FormWindowState.Maximized; Application.Run(applicationContext); //Application.Run(new Form1());}

Etapas para Reproduzir

ID do Erro: NIM042359

Software:

  • ArcGIS for Desktop

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