Hi all.
On completion of a process my app is meant to showmessage. Sometimes the
message is obscured, the only way to view it is to Alt-Tab. It does not seem to
happen if I use MessageDlg. Is there a difference between the two? Or could it
be this stupid WinXP thing again?

Showmessage(    MessageDlg(errstring + IntToStr(SuccessCnt) + ' file' + IsOne + ' 
added');
^==Works intermittent

MessageDlg(errstring + IntToStr(SuccessCnt) + ' file' + IsOne + ' added', 
mtInformation, [mbOK], 0);
^==Seems better

Thanks,
Alistair+

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to