[Lazarus] ShowMessage not Modal

Richard Mace richard.mace at gmail.com
Mon Apr 27 10:32:16 CEST 2015


Ok, it's definitely a bug because if I put a show message in the form
activate event, then all other show messages work. If I remove it again,
they stop working.
Very strange

Richard
On 26 Apr 2015 06:57, "Richard Mace" <richard.mace at gmail.com> wrote:

> 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/20150427/bc46136d/attachment-0003.html>


More information about the Lazarus mailing list