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.m...@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.m...@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
>>
>
>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to