| --- | --- |
| Bugzilla Link | 468130 |
| Status | RESOLVED FIXED |
| Importance | P3 normal |
| Reported | May 24, 2015 10:56 EDT |
| Modified | May 26, 2015 06:30 EDT |
| Reporter | Ed Willink |
Description
Loading a Complete OCL document can give a UI freeze.
Override ResourceDialog.okPressed to execute processResources() on a worker thread, then execute super.okPressed back on the UI thread taking care to re-overload processResources to do nothing on the second call.
| --- | --- | | Bugzilla Link | 468130 | | Status | RESOLVED FIXED | | Importance | P3 normal | | Reported | May 24, 2015 10:56 EDT | | Modified | May 26, 2015 06:30 EDT | | Reporter | Ed Willink |
Description
Loading a Complete OCL document can give a UI freeze.
Override ResourceDialog.okPressed to execute processResources() on a worker thread, then execute super.okPressed back on the UI thread taking care to re-overload processResources to do nothing on the second call.