cliffdeclerck / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

Don't create duplicate detail messages #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The detail info will show a lot of duplicate messages
(especially the "scanning card terminal...")

It might be better to just check if the previous message is the same as the 
current message. If it is, then don't add the message (but perhaps add a 
"repeated" notice like this:

MessageFoo
MessageBar
Scanning Card terminal (repeated)
MessageBaz

This reduces the number of messages (and screen updates) considerably

Original issue reported on code.google.com by bart.han...@fedict.be on 12 Jul 2010 at 8:31

GoogleCodeExporter commented 9 years ago
Problem with such a feature is that you cannot make a distinction anymore 
between a repeated message, or the eID applet just hanging somewhere.

Original comment by frank.co...@gmail.com on 14 Aug 2010 at 6:24