Mad Except Box Need to stay on top with applicaion

contains all delphi packages mentioned below
hareram
Posts: 15
Joined: Wed Sep 08, 2010 6:45 am

Re: Mad Except Box Need to stay on top with applicaion

Post by hareram »

Here is the solution!

SetParent(GetExceptBoxHandle, Application.MainForm.Handle);

Thanks!!
hareram
Posts: 15
Joined: Wed Sep 08, 2010 6:45 am

Re: Mad Except Box Need to stay on top with applicaion

Post by hareram »

Here is the solution!

SetParent(GetExceptBoxHandle, Application.MainForm.Handle);

Thanks!!
hareram
Posts: 15
Joined: Wed Sep 08, 2010 6:45 am

Re: Mad Except Box Need to stay on top with applicaion

Post by hareram »

Solutions

SetParent(GetExceptBoxHandle, Application.MainForm.Handle);

Thanks!!
hareram
Posts: 15
Joined: Wed Sep 08, 2010 6:45 am

Re: Mad Except Box Need to stay on top with applicaion

Post by hareram »

Hi,

Do you have any latest version which would have options to show the Exception Box as Modal Dialogue box?

One more question
Can I enable/disable madExcept at run time from ini file settings?

For Example
EnableMadExcept = True;

Thanks
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Mad Except Box Need to stay on top with applicaion

Post by madshi »

Modal Dialogue box? Nope.

You can use PauseMadExcept() to pause/unpause madExcept.
hareram
Posts: 15
Joined: Wed Sep 08, 2010 6:45 am

Re: Mad Except Box Need to stay on top with applicaion

Post by hareram »

Thanks for replay
1. I am facing issue with the MadExcept dialogue box which appears after getting exception. Take a look in screen image.


I had already used PauseMadExcept(True) function.

That could be better to have
MESettings.Enabled := True;
MESettings.Enabled := False;

??
Attachments
MadExcept Dialogue box stay always on top of the all windows
MadExcept Dialogue box stay always on top of the all windows
MadExcept_Box.jpg (63.42 KiB) Viewed 8012 times
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Mad Except Box Need to stay on top with applicaion

Post by madshi »

Can you describe the exact problem in words, please?

Earlier you said "Here is the solution!", so it seems you got it working. So why is it not working, anymore? Or is the problem something else now?
Post Reply