When a map control is put inside a floating panel with absolute positioning and visibility as hidden, changing the visibility of floating panel to visible at run time is not enough to make the map visible.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM041948
已提交
January 27, 2009
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
9.3
编程语言
C#
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
10.1 was the last release of the .NET WebADF technology. Client APIs (JavaScript/Flex/Silverlight) are recommended for web application development.
解决办法
$find('FloatingPanel1_Map1').refresh();A manual map refresh is needed to toggle the visibility of map after toggling the visibility of the floating panel.