[Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

Martin Frb lazarus at mfriebe.de
Mon Feb 4 23:55:22 CET 2019


On 04/02/2019 23:43, Mattias Gaertner via lazarus wrote:
> On Mon, 4 Feb 2019 23:34:51 +0100
> Bart via lazarus <lazarus at lists.lazarus-ide.org> wrote:
>
>> And there seem to be at least 3 more dialogs with [mbCancel,mbAbort]
>> as buttons in the ide directory ...
> On hindsight it probably would be wiser to use mbIgnore and mbAbort.
>
> Mattias

InputFileDialog

Reading the code for InputFileDialog....
InputFileDialog is a modal form itself, and if you press ok, it does 
some tests.
If the tests fail, it asks in another modal dlg. (the one with 
mbAbort/mbCancel
Abort =>  InputFileDialog  closes with mrCancel
Cancel =>  InputFileDialog   stays open, and lets you select again

So maybe some of them did/do diff things, and other got copied and pasted?



More information about the lazarus mailing list