PDA

View Full Version : TEurekaLog and activation


RFloor
01-Aug-2007, 08:55 AM
Hello,

I was working with the TEurekaLog component. I placed it on our main form and implemented some events. Then i checked in the main form without thinking perhaps.

But then my colegues started complaining about EurekaLog giving a nasty error notification that EurekaLog should be activated. This notifictaion comes from the create of the component. There you check if EurekaLog is initialized. I think it would be a good thing to also check if EurekaLog is installed. If not then just create the component but don't let it work. Now we have to compile with the EurekaLog compiler or leave out the component.

I rather have a mix of the both of them so that we can test if our implementation is working correctly and we can still deploy our application without any hasle.

Regards,

Richard Floor

admin
09-Aug-2007, 10:56 AM
You must only activate EurekaLog from the Delphi IDE "Project/EurekaLog Options.../Activate EurekaLog" menu. :)

RFloor
13-Aug-2007, 06:15 AM
You must only activate EurekaLog from the Delphi IDE "Project/EurekaLog Options.../Activate EurekaLog" menu. :)

Thats the problem. I don't want EurekaLog activated yet. But i want to place a EurekaLog object on my main form. When i do this and i don't activate EurekaLog then it starts giving errors when the application starts.

So the conclusion is, when i place a EurekaLog object in my application then i MUST activate EurekaLog. At this moment we don't want this. So to make EurekaLog even more user friendly i think it is a good thing when you change the object so that when EurekaLog isn't active it will do nothing and it won't complain.

Richard Floor

admin
14-Aug-2007, 10:26 AM
I can activate this message if you starts the application in DEBUG mode, what do you think? :)

RFloor
15-Aug-2007, 06:31 AM
I think that is a great option.

So when we deploy our application we can build it still with the delphi compiler
and in a later stadium we can compile it with the EurekaLog compiler.

I look forward to the new version already.

admin
16-Aug-2007, 02:24 PM
I hope to can add this features shortly.