PDA

View Full Version : Attach screenshot checkbox


tms
04-Jul-2006, 02:36 PM
Hello!
I think this settings makes the checkbox only visible but not checked:

EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions :=
EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions +
[edoAttachScreenshotChecked];

When I set:

EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions :=
EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions -
[edoAttachScreenshotChecked];

....the checkbox is not visible.

EL 5.1.6

--
Regards
Tomski

tms
04-Jul-2006, 02:43 PM
Hello!

edoAttachScreenshotChecked in
EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions just
doesn't check the checkbox. Forget all this "visible" issues. It was hidden
because of absence of sndSendScreenshot.
--
Regards
Tomski

tms
08-Aug-2006, 12:17 PM
User "tms" wrote...
> edoAttachScreenshotChecked in
> EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions just
> doesn't check the checkbox. [...]

It's still the problem, because it should CHECK the checkbox...
--
Regards
Tomski

admin
09-Aug-2006, 04:18 PM
Hi,

tms wrote:
> User "tms" wrote...
>> edoAttachScreenshotChecked in
>> EurekaExceptionRecord.CurrentModuleOptions.Excepti onDialogOptions just
>> doesn't check the checkbox. [...]
>
> It's still the problem, because it should CHECK the checkbox...
> --
> Regards
> Tomski

I don't understand.
I have just try and all works fine.

Can you send to me a little source demo able to reproduce the problem, please?

--
Best regards...

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

tms
10-Aug-2006, 10:41 AM
User "admin" wrote...
> Can you send to me a little source demo able to reproduce the problem,
> please?

Here it is... see if checkboxes work.
--
Regards
Tomski

admin
16-Aug-2006, 11:22 AM
Hi,

tms wrote:
> User "admin" wrote...
>> Can you send to me a little source demo able to reproduce the problem,
>> please?
>
> Here it is... see if checkboxes work.
> --
> Regards
> Tomski

I have just found and fixed this bug in the last EurekaLog 5.1.8 RC 1 available
on the customer control panel at: http://www.eurekalog.com/login.php

--
Best regards...

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

tms
23-Aug-2006, 12:01 PM
User "admin" wrote...
> I have just found and fixed this bug in the last EurekaLog 5.1.8 RC 1
> available on the customer control panel at:
> http://www.eurekalog.com/login.php

Many thanks! Seems like it's working now :)
--
Tomski

admin
23-Aug-2006, 12:04 PM
Hi,

tms wrote:
> User "admin" wrote...
>> I have just found and fixed this bug in the last EurekaLog 5.1.8 RC 1
>> available on the customer control panel at:
>> http://www.eurekalog.com/login.php
>
> Many thanks! Seems like it's working now :)
> --
> Tomski

You're welcome! :)

--
Best regards...

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