From: Fred vS <fi...@ho...> - 2023-10-01 20:12:52
|
Hello Sieghard. I am busy to try your new dialogs. I try them for project ideU because it uses nearly all king of dialogs. So I copied all the units of your newdialogs folder into the root directory of ideU project. I did not copy the customed dialog-units that uses variables shared with ideU. It is those units that are not copied: msestringenter.pas mseintegerenter.pas mseshortcutdialog.pas msefiledialogx.pas But I get error at compilation: msedialog.pas(351,44) Error: (5000) Identifier not found "StatExt" And also now in ideU source: projectoptionsform.pas(1717,30) Error: (5000) Identifier not found "colordialogstatname" --> Pointing to deletememorystatstream(colordialogstatname); projectoptionsform.pas(2227,43) Error: (5000) Identifier not found "colordialogstatname" --> updatememorystatstream('colordialog', colordialogstatname); I apologize if you have already given note about this but I did not find it in your previous mails. Fre;D |