Start seeing strange ProgressBar before an exception

delphi package - automated exception handling
Post Reply
cguerra
Posts: 4
Joined: Wed Jun 09, 2004 5:45 am

Start seeing strange ProgressBar before an exception

Post by cguerra »

Hi

I recently start seeing a progress bar just before a madExcept exception.

This progress bar has yellow border with a black Bar, Is this bar related to madExcept???

I never see it before, I think it start appering when I start building my project with FinalBuilder, as you know FinalBuilder support madExcept but it calls it after building the Delphi Project.

The strange thing is that if I build my project directly from Delphi it also show this progress bar just before the masExcept exception.

Does any one have this problem?

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

Post by madshi »

This progress bar was always shown by madExcept, if the calculation of the bug report costs a lot of time. Imagine your program suddenly freezes and doesn't react for 5 seconds. The end user will think: "It's crashed" and terminate it via the task manager - maybe before madExcept can finish its job. So madExcept shows the progress bar to indicate to the user, that still something is happening...
cguerra
Posts: 4
Joined: Wed Jun 09, 2004 5:45 am

Post by cguerra »

OK, got it!!!

Thanks
Post Reply