laptop and a wrench

不具合

Running new Point() and mapControl.getActiveView().refresh() in a FOR loop causes an Engine application to freeze.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM000435
送信されましたNovember 24, 2005
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.1
プログラム言語Java
ステータスNon-Reproducible

参考情報

No Public Explanation

対処法

Putting a wait(int) in the for loop to delay the refresh can resolve the problem. for (int i = 0; i < 50; i++) { try { System.out.println("Client: Creating point " + i); p = new Point(); m_mapControl.getActiveView().refresh(); wait(5000); } catch (Exception ex) { ex.printStackTrace(); } }

再現の手順

不具合 ID: NIM000435

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動