Page 1 of 1

Start seeing strange ProgressBar before an exception

Posted: Thu Jul 08, 2004 4:18 pm
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

Posted: Fri Jul 09, 2004 8:41 am
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...

Posted: Fri Jul 09, 2004 7:29 pm
by cguerra
OK, got it!!!

Thanks