EurekaLog newsgroups
Go Back   EurekaLog newsgroups > Support > General
Reply
 
Thread Tools Display Modes
  #1  
Old 22-Oct-2010, 12:08 PM
Unregistered
Guest
 
Posts: n/a
Smile Modifying the Eureka Viewer

I really like EurekaLog but I totally hate the viewer. For example, the I hate the pop-up that informs me that x errors have been imported or the "Are you sure you want to exit?" message.
I would like to modify it but it uses some custom (Tcx) controls. Is it possible to compile it in my computer so I can get rid of those nasty messages?
Reply With Quote
  #2  
Old 22-Oct-2010, 06:26 PM
Kevin G. McCoy
Guest
 
Posts: n/a
Default Re: Modifying the Eureka Viewer

On 10/22/2010 5:08 AM, Unregistered wrote:
Quote:
I really like EurekaLog  but I totally hate the viewer. For example, the I hate the pop-up that informs me that x errors have been imported or the "Are you sure you want to exit?" message.
I would like to modify it but it uses some custom (Tcx) controls. Is it possible to compile it in my computer so I can get rid of those nasty messages?
I concur! :-)

I use EL every day and love it.  It is the greatest invention since shoe laces.  However...

I loathe the cheery  "Log imported with success!" modal dialog on the Viewer that *loves* to pop up behind things and lock you out of the main viewer.

I have 3 monitors (about to add a 4th) on my development computer, and
the modal Log-Imported dialog wanders around all three screens. I
typically have to look all over my desktop, only to find it under 5
layered windows and close it.  Hmm... Where has it hidden itself this time?!!!

Yes, I do run a few other programs besides EL on my desktop...

I would cheerfully remove that %^@#$! thing! :-)

Can't EL just update a status bar in the main ELF viewer that shows that useless nugget of information? I really don't care how many bugs and dupes I just loaded. :-) Next gripe: When do we get *times* in the date column of the Viewer?
That has got to take all of 3 minutes of tweaking the DevExpress Quantum Grid column properties.

I guess EL can't release the Viewer code because it *is* heavily
dependent on the pricey DevExpress code - if you don't own that library,
you wouldn't be able to modify the viewer.

I do own a license for the full DevExpress VCL suite. I'd be happy to
make the mods :-) I'd also throw in some grid printing/PDF export capability - I have a class for that, and it takes about a minute to add to any TcxGrid. It requires the Express Printing library though.

Other features the viewer should have:
An option to NOT save previous bugs in a local database. I use a whole different system for that and only need to see the information for an ELF just sent to me. Once I am done looking at the exception in the Viewer, I don't need to see it again - or I can reload it from my other system (Mantis).

Currently, I have to manually clear the database after I am done looking
at an ELF.

Best regards,

Kevin G. McCoy


Reply With Quote
  #3  
Old 23-Oct-2010, 02:11 PM
Unregistered
Guest
 
Posts: n/a
Default You are so right!!!!!

Kevin
YOU ARE SO RIGHT!!!!!
The EurekaLog viewer should give up to all those annoying messages.

I also don't want to add all bugs to the main data base. Because of this I made a script to delete the database file from disk.

Let's make a new post called "We want a clean viewer" - some kind of official request for the developer of EurekaLog viewer, where the users can vote for this different viewer.

If the developers won't make it I hope you can release a version stripped of all those messages. Basically all you have to do is to remove code, not to add.

Thanks man!
Reply With Quote
  #4  
Old 23-Oct-2010, 02:23 PM
Unregistered
Guest
 
Posts: n/a
Default

Post created: http://news.eurekalog.com/showthread...0141#post10141
Too bad we don't have polls.
Reply With Quote
  #5  
Old 25-Oct-2010, 01:12 PM
Unregistered
Guest
 
Posts: n/a
Default

Sorry. This is the good link: http://news.eurekalog.com/showthread.php?t=2768
Reply With Quote
  #6  
Old 04-Nov-2010, 07:21 AM
Alex Alex is offline
Support Team
 
Join Date: Jan 2009
Location: Russia
Posts: 1,378
Send a message via ICQ to Alex
Default

Hi,

We were planning to release EurekaLog 7 preview a month ago. But now Fabio wants beta instead of preview.

However, the EurekaLog Viewer in in quite stable state, so I think it's not a harm to show it separately.

Here is it: http://dl.dropbox.com/u/201788/ViewerPreview.zip

Installation:
- Unpack archive to new folder.
- You need to copy default.fdb to AppData\EurekaLab s.a.s.\EurekaLog\eureka.fdb (for example: "C:\Users\Александр\AppData\Roaming\EurekaLab s.a.s\EurekaLog\eureka.fdb").
- Delete .elf and ELFFile registry keys from the registry (HKCR).
- Run new Viewer with /RegisterFileTypes command line switch to register file associations (please, run this command under admin account/elevation - this not only registers file associations under HKCU, but also register Viewer application under HKLM).

That's it. I hope that you'll find all your wanted features (finally). To see highlight of the new features - refer to "What's new" section in help file.

Please note that this is not even a beta. Things may change until release. However, I would be highly appreciate, if you give your feedback about it.

P.S. See also this discussion: http://news.eurekalog.com/showthread.php?t=1861
__________________
Best regards...

Alexander - EurekaLog Developer Team

Last edited by Alex; 06-Nov-2010 at 08:11 AM.
Reply With Quote
  #7  
Old 04-Nov-2010, 07:00 PM
Kevin G. McCoy
Guest
 
Posts: n/a
Default Re: Modifying the Eureka Viewer

On 10/22/2010 5:08 AM, Alex wrote:
Quote:
We were planning to release EurekaLog 7 preview a month ago. But now Fabio wants beta instead of preview.

However, the EurekaLog Viewer in in quite stable state, so I think it's not a harm to show it separately.

Here is it: http://dl.dropbox.com/u/201788/ViewerPreview.zip
I just tried double clicking on a stack trace record with the IDE open.
It did not make the D2010 IDE jump to the line of source as the old
Viewer did.

Anyone else have this problem?

I like the other features so far.

Best regards,

Kevin G. McCoy

Reply With Quote
  #8  
Old 05-Nov-2010, 09:17 AM
Alex Alex is offline
Support Team
 
Join Date: Jan 2009
Location: Russia
Posts: 1,378
Send a message via ICQ to Alex
Default

Hi,

New EurekaLog Viewer is designed to work with new EurekaLog, which have changed communication protocol (a little). So, it will not work with EurekaLog 6.

However, I think that backward-compatibility may be very useful at first stage, so I've added ability to work with old EurekaLog 6 IDE expert.

Please, re-download Viewer at the same link: http://dl.dropbox.com/u/201788/ViewerPreview.zip
__________________
Best regards...

Alexander - EurekaLog Developer Team
Reply With Quote
  #9  
Old 05-Nov-2010, 02:51 PM
skydvrz skydvrz is offline
Senior Member
 
Join Date: Feb 2008
Location: Olympia, WA USA
Posts: 237
Talking

Alex,

Great! The new version works with EL6 and D2010 again!

Now if the Viewer could only remember to open on the same notebook tab as the last time it was viewed.

I rarely use any of the other tabs besides the Stack Trace tab, and it would be nice if the Viewer just opened on that tab for me on start-up.

Do you have any thoughts about publishing the Viewer source (without DevExpress of course)?

That way we could stop whining to you about adding new viewer features

Maybe you could run a coolest-viewer implementation contest.
__________________
Best regards,

Kevin G. McCoy
---------------
Support Team
http://www.eurekalog.com
Catch every bug, every time!
Reply With Quote
  #10  
Old 08-Nov-2010, 09:25 AM
Alex Alex is offline
Support Team
 
Join Date: Jan 2009
Location: Russia
Posts: 1,378
Send a message via ICQ to Alex
Default

Hi,

Quote:
Now if the Viewer could only remember to open on the same notebook tab as the last time it was viewed.
Well, actually Viewer DID save this info. But DevExpress deletes reg key upon save - so it erases Viewer's data. I've separated DevExpress saving into subkey. Now it works.

Also, I've added a context menu for columns, based on your example. Thanks!

You can re-download Viewer at the same link.

Quote:
Do you have any thoughts about publishing the Viewer source (without DevExpress of course)?
Sorry, won't do until EL 7 release!
__________________
Best regards...

Alexander - EurekaLog Developer Team
Reply With Quote
Reply

Tags
viewer

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT. The time now is 01:45 AM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright © EurekaLab s.a.s. - VAT ID: IT05554520824