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.