PDA

View Full Version : Reproduce text request


tms
20-Oct-2005, 09:17 AM
Hello!
I'd like to have some kind of OnReproduceTextRequest behaving just like OnCustomDataRequest. In that event I'd like to decide to set already prepared text (in my custom Form) or to show Reproduce Text window.
--
Regards
Tomski

admin
21-Oct-2005, 09:18 AM
tms wrote:
> Hello!
> I'd like to have some kind of OnReproduceTextRequest behaving just like
> OnCustomDataRequest. In that event I'd like to decide to set already
> prepared text (in my custom Form) or to show Reproduce Text window.
> --
> Regards
> Tomski

It's a reasonable suggestion.
I'll thinking on! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.

tms
18-Nov-2005, 03:59 PM
Hello again!
I see it like this.


type
TOnReproduceTextRequestEvent = procedure (EurekaExceptionRecord:
TEurekaExceptionRecord;
var ReproduceText: String; var ShowDialog: boolean) of object;
....

procedure...
var
sText: string;
bDialog: boolean;
....
if loAppendReproduceText in LogOptions then begin
bDialog := true;
if Assigned(FOnReproduceTextRequest) then
FOnReproduceTextRequest(EurekaExceptionRecord, sText, bDialog);
if bDialog then begin
// show request dialog with default text from event and return it after
dialog
ReproduceDialog.Text := sText;
if ReproduceDialog.ShowModal = mrOK then
ReproduceText := ReproduceDialog.Text ReproduceDialog.Text
else
ReproduceText := '';
end
else
ReproduceText := sText;
end;
....


Is it ok?
--
Regards
Tomski

User "admin" <support@eurekalog.com> wrote...
> tms wrote:
>> Hello!
>> I'd like to have some kind of OnReproduceTextRequest behaving just like
>> OnCustomDataRequest. In that event I'd like to decide to set already
>> prepared text (in my custom Form) or to show Reproduce Text window.
>> --
>> Regards
>> Tomski
>
> It's a reasonable suggestion.
> I'll thinking on! :)
>
> --
> Best regards...
>
> Fabio Dell'Aria.
> ----------------
> http://www.eurekalog.com
> Catch every BUG showing line n.

admin
21-Nov-2005, 10:32 AM
Hi,

tms wrote:
> Hello again!
> I see it like this.
>
> [...]
>
> Is it ok?
> --
> Regards
> Tomski

Is a really good suggestion.
Thank you! :)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG showing line n.

tms
03-Jan-2006, 01:14 PM
Hello! Happy New Year!

User "admin" <support@eurekalog.com> wrote ...
> Hi,
>
> Is a really good suggestion.
> Thank you! :)

Any progress?
--
Greetings
Tomski

admin
09-Jan-2006, 09:56 AM
Hi,

tms wrote:
> Hello! Happy New Year!
>
> User "admin" <support@eurekalog.com> wrote ...
>> Hi,
>>
>> Is a really good suggestion.
>> Thank you! :)
>
> Any progress?
> --
> Greetings
> Tomski

Happy new year to you too! :)

I'm currently work on the BDS 2006 EurekaLog version. ;)

--
Best regards...

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

tms
11-May-2006, 10:42 AM
Hello!
It's just a reminder...
Does this thread live or forgotten? ;)
--
Greetings
Tomski

admin
11-May-2006, 04:29 PM
Hi,

tms wrote:
> Hello!
> It's just a reminder...
> Does this thread live or forgotten? ;)
> --
> Greetings
> Tomski

Don't worry it is on my TO DO list! :)

--
Best regards...

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

tms
08-Aug-2006, 12:11 PM
Hello!
Can you tell me when it will be implemented, please...
Almost 8 months on TO DO list...
--
Regards
Tomski

User admin wrote...
>
> Don't worry it is on my TO DO list! :)
>
> --
> Best regards...
>
> Fabio Dell'Aria.
> ----------------
> http://www.eurekalog.com
> Catch every BUG, every time!

admin
21-Aug-2006, 03:56 PM
Hi,

tms wrote:
> Hello!
> Can you tell me when it will be implemented, please...
> Almost 8 months on TO DO list...
> --
> Regards
> Tomski
>
> User admin wrote...
>> Don't worry it is on my TO DO list! :)
>>
>> --
>> Best regards...
>>
>> Fabio Dell'Aria.
>> ----------------
>> http://www.eurekalog.com
>> Catch every BUG, every time!

Into the next month :)

--
Best regards...

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

tms
26-Oct-2006, 07:50 AM
User "admin" ...
> Into the next month :)

Ping! :)

--
Regards
Tomasz


PS: See also: "'Do not save duplicate error' and Frequency count"

admin
26-Oct-2006, 08:14 AM
Hi,

tms wrote:
> User "admin" ...
>> Into the next month :)
>
> Ping! :)
>
> --
> Regards
> Tomasz
>
>
> PS: See also: "'Do not save duplicate error' and Frequency count"

Excuse me for the long delay but I'm just testing this new feature.
Please to be patient a bit too! :)

--
Best regards...

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

tms
29-Nov-2006, 02:19 PM
Hello!

User "admin" wrote...
> Excuse me for the long delay but I'm just testing this new feature.
> Please to be patient a bit too! :)

Please, I'm begging you...
Isn't my code suggestion easy to implement?
Or maybe I should write a letter to Santa Claus ;)

--
Greetings
Tomasz

admin
29-Nov-2006, 05:03 PM
Hi,

tms wrote:
> Hello!
>
> User "admin" wrote...
>> Excuse me for the long delay but I'm just testing this new feature.
>> Please to be patient a bit too! :)
>
> Please, I'm begging you...
> Isn't my code suggestion easy to implement?
> Or maybe I should write a letter to Santa Claus ;)
>
> --
> Greetings
> Tomasz

I'm just writing to Santa Claus, so don't worry it will came shortly! ;-)

--
Best regards...

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

tms
13-Feb-2007, 08:34 AM
User "admin" wrote...
> I'm just writing to Santa Claus, so don't worry it will came shortly! ;-)

Should I assume it's in EL version 6 already?
--
Regards
Tomasz

admin
20-Feb-2008, 11:03 AM
Hi tms,

excuse me for the long, long, very long delay in my final answer but I don't forget your request and ...

... I have FINALLY implemented it on the last EurekaLog 6.0.12 RC 5! ;)

I hope to can release it ASAP! :)

PS: thank you for your patient!