Map::Refresh causes a JavaScript error, "Sys.ArgumentNullException: Value cannot be null. Parameter name: handler", if there are any results in the TaskResult control and if the Map::Refresh is called from a toolbar.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM040106
送信されました
November 13, 2008
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
9.3
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
1) Use webtier blending instead of Browser for the ImageBlendingMode.OR2) Refresh an indiividual resource instead of the whole map. public void ServerAction(ToolbarItemInfo info) { Map map1 = (Map)info.BuddyControls[0]; map1.RefreshResource("StreetMapNA"); }