View Issue Details

IDProjectCategoryView StatusLast Update
0019099MMW 5Extensions frameworkpublic2026-05-17 15:44
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version2027 
Summary0019099: app.utils.dialogSaveFile should have the additional flags argument like old SDB.CommonDialog
DescriptionI need to prevent SaveFile dialog from showing its native warning dialog box when trying to specify an existing file, because I would like to show the same dialog with the MM's dialog design with my warning, more descriptive text.

Your old SDB.CommonDialog (http://mediamonkey.com/wiki/ISDBCommonDialog::Flags) has cdlOFNOverwritePrompt flag for that use.

I also need cdlOFNHideReadOnly and cdlOFNAllowMultiselect. Also, cdlOFNPathMustExist and cdlOFNFileMustExist could be useful.
TagsNo tags attached.
Fixed in build3402

Activities

michal

2026-05-17 15:43

developer   ~0081160

Last edited: 2026-05-17 15:44

Fixed in build 3402. All relevant OFN_ flags supported in app.utils.dialogSaveFile and app.utils.dialogOpenFile, like in SDB.commonDialog.