On 04/02/2019 23:43, Mattias Gaertner via lazarus wrote:
On Mon, 4 Feb 2019 23:34:51 +0100
Bart via lazarus <[email protected]> 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?

--
_______________________________________________
lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to