Hmm.  not minimize.  However if I am using my own form that I can make it
gotofront and make the main form gotoback.  So, it might work.


-----Original Message-----
From: Wes Edwards <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Date: Friday, 12 May 2000 16:38
Subject: RE: [DUG]: Z value crook


Haven't tested this but ...

Application.onException handler
begin
  Application.MainForm.Minimize (or whatever takes your fancy)
  // display exception in your own form
  // ...
end;

Any use ???

Wes Edwards

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Rohit Gupta
> Sent: Friday, 12 May 2000 16:04
> To: Multiple recipients of list delphi
> Subject: [DUG]: Z value crook
>
>
> Sometimes, the exception message boxes get hidden behind the
> main form.  The client will of course think that the app has crashed.
>  Is there any way to stop this feature of windows / delphi ?
>
> Rohit
>
> ======================================================================
> CFL - Computer Fanatics Ltd.  21 Barry's Point Road, AKL, New Zealand
> PH    (649) 489-2280
> FX    (649) 489-2290
> email [EMAIL PROTECTED]  or  [EMAIL PROTECTED]
> ======================================================================
>
> ------------------------------------------------------------------
> ---------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to