PDA

View Full Version : Problem with [sndUseOnlyActiveWindow]


prabhakar_thummala
27-Oct-2006, 06:53 PM
Hi,

I have problem with [sndUseOnlyActiveWindow]. When an exception occurs it goes thru the ExceptionNotify event (shown below). It is supposed to send the screenshot for the ActiveWindow only. But it is sending the complete screenshot.

Could somebody please help?

(I am using Eurekalog Ver 5.1.10)

procedure TForm1.EurekaLog1ExceptionNotify(
EurekaExceptionRecord: TEurekaExceptionRecord; var Handled: Boolean);
begin
with EurekaExceptionRecord.CurrentModuleOptions do
begin
ExceptionDialogOptions := [];
CommonSendOptions := [];

if CheckBox1.Checked then
begin
CommonSendOptions := CommonSendOptions + [sndSendScreenshot];
if CheckBox2.Checked then
CommonSendOptions := CommonSendOptions + [sndUseOnlyActiveWindow];
end;

EMailSendMode := esmSMTPClient;
SMTPHost := 'valid host';
SMTPFrom := 'valid text';
EMailAddresses := 'valid email ID';
EMailSubject := 'Test';
end;
end;


Thanks in advance,
Prabhakar Thummala.

prabhakar_thummala
31-Oct-2006, 07:54 PM
Any alternative solutions? Please help.

Thanks
Prabhakar.

admin
02-Nov-2006, 10:51 AM
Hi,

prabhakar_thummala wrote:
> Hi,
>
> I have problem with [sndUseOnlyActiveWindow]. When an exception occurs
> it goes thru the ExceptionNotify event (shown below). It is supposed to
> send the screenshot for the ActiveWindow only. But it is sending the
> complete screenshot.
>
> Could somebody please help?
>
> (I am using Eurekalog Ver 5.1.10)
>
> [...]
>
> Thanks in advance,
> Prabhakar Thummala.

I'm studying on.

Please to be patient for a bit few days. :)


--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

admin
06-Nov-2006, 07:42 AM
Hi,

prabhakar_thummala wrote:
> Any alternative solutions? Please help.
>
> Thanks
> Prabhakar.

Excuse me for the long delay but I have good news for you! :)

I have just fixed this issue in the last EurekaLog 5.1.11 RC 2.

Thank you for the good feedback! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

prabhakar_thummala
06-Nov-2006, 04:51 PM
Thats great !!

Thanks!

I have a question:
It is mentioned that 5.1.11 RC2 is only for testing and it is unstable.
Will you be releasing a new version (stable) in couple of weeks? If so, does it include any other changes? Kindly let me know.

Thanks
Prabhakar.

admin
07-Nov-2006, 03:21 PM
Hi,

prabhakar_thummala wrote:
> Thats great !!
>
> Thanks!
>
> I have a question:
> It is mentioned that 5.1.11 RC2 is only for testing and it is
> unstable.
> Will you be releasing a new version (stable) in couple of weeks?

Yes! :)

> If so, does it include any other changes? Kindly let me know.
>
> Thanks
> Prabhakar.

This are the current changes:

EurekaLog 5.1.11 (??-???-2006):
------------------------
1)...Fixed a bug that raised an AV at program starting (only Delphi 3/4/5);
2)...Fixed a command-line compiler bug (only BDS projects);
3)...Fixed a bug that raised an Access Violation calling
"StandardEurekaNotify(ExceptObject,ExceptAddr)" without any real exception;
4)...Fixed a bug that did not handled the "sndUseOnlyActiveWindow" option if
enabled by an EurekaLog event;

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!