View Issue Details

IDProjectCategoryView StatusLast Update
0019148MMW 5Extensions frameworkpublic2022-06-02 20:48
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0019148: Replacement for SDB.MessageBox is needed (synchronous)
DescriptionThe 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().
TagsNo tags attached.
Fixed in build

Activities

Ludek

2022-06-02 20:47

developer   ~0068395

Last edited: 2022-06-02 20:48

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.