PDA

View Full Version : EurekaLog new event suggest


acsehi
23-May-2005, 08:38 AM
Hello!

I need a new event over the existings... The main reason, that when I raise an error in a situation, and I don't need the interception of the Eurekalog, 'cos it's only a message to the user, the displaying of the error message is very slow ('cos our project is big, with many forms and datamodules). So I have to an event, BEFORE the Eurekalog try to compose the TEurekaExceptionRecord, only needed the Exception class type...

Is this solvable?

Ver.: Eurekalog 4.6.6

admin
23-May-2005, 08:45 AM
Can you tell me more about your project size (and lines number) and PC performances, please?

PS: usually EurekaLog popup its exception dialog in less of 500 msec! (0.5 sec) :)

acsehi
23-May-2005, 08:57 AM
More than 400000 line, the EXE size more than 15 MByte.

Now we try to split them modules, but not many splitter programs work with the DevExpress's cxGrid :)

admin
23-May-2005, 09:11 AM
Can you tell me more about the EurekaLog and Project settings, and the EurekaLog popup times, please?

acsehi
23-May-2005, 09:25 AM
We was talking about this a copule of months ago... :)

The project is very complex... Many forms, and 20-30 level deep call stack...

The snippet of the Notify code:

procedure EurekaNotify(EurekaExceptionRecord: TEurekaExceptionRecord; var Handled: Boolean);
begin
// If the error is EQMessage, then don't pass through the Eurekalog.
// Before this, the program waits many (4-5) seconds (!)
Handled := not ( EurekaExceptionRecord.ExceptionObject is EQMessage );
end;

The EQMessages are mostly: "Data missing", "Duplicate invoice number", etc.

If the Eureaklog provides an event before all the error processing (call stack, modules, etc.). The only thing is needed to me, the type of the Exception object (EQMessage)...

admin
23-May-2005, 09:36 AM
Can you try the EurekaLog 5.0 trial, please?

I have rewrote many EurekaLog codes in the last 5.0 version, so you can help me to solve your problem, if can try it! Ok? :-)

acsehi
23-May-2005, 09:54 AM
What type of archiver do you use?

I can't extract it :( Try with WinZip 9, 7-zip, and WinRar...

acsehi
23-May-2005, 09:55 AM
OOps... I see... It's an EXE, but in a ZIP's fur :)

acsehi
23-May-2005, 11:13 AM
Wonderful!!!!

It's working, and very fast :)

I think, we will order the ver. 5.0 very soon :)

But I have to beg for money from my boss :)

admin
24-May-2005, 04:03 PM
Yes, I understand! ;)