laptop and a wrench

漏洞

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

上次发布: August 31, 2014 ArcGIS for Desktop
漏洞 ID 编号 NIM042359
已提交February 12, 2009
上次修改时间June 5, 2024
适用范围ArcGIS for Desktop
找到的版本9.3
编程语言C#
操作系统Windows OS
操作系统版本XP
状态Will Not Be Addressed

解决办法

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());}

重现步骤

漏洞 ID: NIM042359

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项