[Lazarus] ShowMessage not Modal
Richard Mace
richard.mace at gmail.com
Sun Apr 26 07:57:01 CEST 2015
Sorry, I should have also added...
Lazarus 1.4 Windows 7 fpc 2.6.4
Richard
On 26 April 2015 at 06:56, Richard Mace <richard.mace at gmail.com> wrote:
> Hi All,
> I have a strange problem.
> If I use ShowModal (or MessageDlg) in my application, the code is being
> executed, but it is not Modal.
>
> e.g.
>
> If I coded
>
> ShowMessage('Hello');
> Close;
> Exit;
>
> The message would not show (or just flicker) and the application would
> close.
>
> What's puzzling is that if I create a new app, and they do the same code,
> it works as expected!
>
> Any ideas?
>
> Richard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150426/02c6c65b/attachment-0003.html>
More information about the Lazarus
mailing list