View Full Version : It would be nice to be able to enter the Encryption Password when an exception is raised
Simon Farmer
23-Aug-2005, 12:41 PM
Hi,
It would be really helpful to be able to enter the encryption password when
an exception is raised in the Application EXE. We use encryption passwords
but when testing and an exception is raised we have to save the elf file and
the load it into the seperate viewer.
Thanks
Simon
admin
23-Aug-2005, 05:04 PM
Simon Farmer wrote:
> Hi,
>
> It would be really helpful to be able to enter the encryption password when
> an exception is raised in the Application EXE. We use encryption passwords
> but when testing and an exception is raised we have to save the elf file and
> the load it into the seperate viewer.
>
> Thanks
>
> Simon
To enter the decryption password when an exception is raised you can use
the PasswordRequest event.
Example:
uses
ExceptionLog, ECore, ETypes; // The required units...
procedure MyPasswordRequest(EurekaExceptionRecord:
TEurekaExceptionRecord; var Password: String);
begin
Password := 'YOUR PASSWORD HERE';
end;
--
Best regards...
Fabio Dell'Aria.
ImageLevel
15-May-2006, 12:19 PM
Same irritation here :(
Please add a password dialog in the exception dialog, because adding a password event handler for all our applications (plugins) is alot of work.
admin
23-May-2006, 07:09 AM
Hi,
ImageLevel wrote:
> Same irritation here :(
> Please add a password dialog in the exception dialog, because adding a
> password event handler for all our applications (plugins) is alot of
> work.
I'm thinking on! :)
--
Best regards...
Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.