View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019148 | MMW 5 | Extensions framework | public | 2022-06-02 16:14 | 2022-06-02 20:48 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Summary | 0019148: Replacement for SDB.MessageBox is needed (synchronous) | ||||
Description | The SDB.MessageBox function in old program is synchronous. It is modal dialog box that prevent any action with the rest of the program and there is not any valid reason for it to be asynchronous. It could lead to unwanted effects when it is executed asynchronously, as is the case with messageDlg(). | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Current messageDlg is modal, so I don't see any downside. It's not true that the MM4 alternative was preventing any action with the rest of the program. e.g. start scanning a large folder of tracks and launch a modal message dialog => in the main window the scanning progress is still running (once the modal dialog is opened). So I don't see a difference between MM4 and MM5 in this area. |