[DUG] windows 7 and messagedlg

2010-01-19 Thread Stephen Barker
Hi, I have a report from a Windows 7 user that a message from my app does not show unless XP compatibility mode is selected. The code that should fire is: messagedlg(msg, mtCustom, [mbOk], 0); It is being ignored when run under normal Windows 7 default mode. Any ideas? I don't use

Re: [DUG] windows 7 and messagedlg

2010-01-19 Thread Jolyon Smith
example, but is intended only to illustrate my point/question. From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Stephen Barker Sent: Wednesday, 20 January 2010 11:16 a.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] windows 7 and messagedlg

Re: [DUG] windows 7 and messagedlg

2010-01-19 Thread Cameron Hart
Developers Group - Delphi List Subject: [DUG] windows 7 and messagedlg Hi, I have a report from a Windows 7 user that a message from my app does not show unless XP compatibility mode is selected. The code that should fire is: messagedlg(msg, mtCustom, [mbOk], 0); It is being

Re: [DUG] windows 7 and messagedlg

2010-01-19 Thread Stephen Barker
] windows 7 and messagedlg Are you sure that it is the message display that is being suppressed and not some change in the runtime conditions that lead to your application even attempting to display the message in the first place? e.g. (a completely made up example) : If ForceDirectories