ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2104
|
Thu Nov 30 20:49:56 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Windows | | Re: Tool Tips |
Grant Jeffcote wrote: | Thanks, we use Internet Explorer in service but I tested using Mozilla (hence above).
I'd really like to be able change the limit to more than 256 characters, is this simply a configuration parameter or a code change? |
It is a code change. I increased it to 10000 chars in revision 1766, it will be contained in the next release. |
2105
|
Thu Nov 30 22:07:31 2006 |
| Grant Jeffcote | grant@jeffcote.org | Request | Windows | | Re: Tool Tips |
Stefan Ritt wrote: |
Grant Jeffcote wrote: | Thanks, we use Internet Explorer in service but I tested using Mozilla (hence above).
I'd really like to be able change the limit to more than 256 characters, is this simply a configuration parameter or a code change? |
It is a code change. I increased it to 10000 chars in revision 1766, it will be contained in the next release. |
Thx Stefan, I can write a book in there now! ;o)) |
2106
|
Mon Dec 11 18:02:12 2006 |
| herman | hvwintoronto@yahoo.com | Question | Windows | 2.6.3 | Preset reply date to nothing |
How do I preset the reply date to an empty box(es)?
In 2.5.x it worked as
Preset on reply Plan Date = ""
gave me an empty date, which is what I wanted. Now in 2.6.3 I get some date in there (...1969) and have to
manually set it to empty again ?
Thanks |
2107
|
Tue Dec 12 15:45:48 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.3 | Re: Preset reply date to nothing |
> How do I preset the reply date to an empty box(es)?
>
> In 2.5.x it worked as
>
> Preset on reply Plan Date = ""
>
> gave me an empty date, which is what I wanted. Now in 2.6.3 I get some date in there (...1969) and have to
> manually set it to empty again ?
>
> Thanks
I fixed that in SVN revision 1777 again, so it will be included in the next release. |
2109
|
Fri Jan 12 15:28:46 2007 |
| An Thai | thaithan@gmx.de | Bug report | Windows | 2.6.3-1776 | ELOG Crash by many email address |
Hello,
when I try to set above 112 email addresses in
"Email All = ..."
the Elog service will crash with the error ntdll.dll or memory addresses x0000000.
This problem does not happen when I reduce the number of email addresses.
Have you had the same problem? |
Attachment 1: crash.PNG
|
|
2114
|
Tue Jan 16 23:01:30 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.6.3-1776 | Re: ELOG Crash by many email address |
An Thai wrote: | Hello,
when I try to set above 112 email addresses in
"Email All = ..."
the Elog service will crash with the error ntdll.dll or memory addresses x0000000.
This problem does not happen when I reduce the number of email addresses.
Have you had the same problem? |
I fixed that crash in the current version, but there is actually a limit of 100 email addresses. So anyhow you won't get the 12 ones above 100. I will try to increase that limit in the next version of elog. |
2122
|
Tue Feb 6 18:04:54 2007 |
| Grant Jeffcote | grant@jeffcote.org | Request | Windows | | Re: Tool Tips |
Stefan Ritt wrote: |
Grant Jeffcote wrote: |
Stefan Ritt wrote: |
Grant Jeffcote wrote: | What will the configuration line be? |
If you have
MOptions item = value_1, value_2
you can do a
Tooltip value_1 = text |
Thanks Stefan,
When implemented there seems to be a finite number of characters that are visible under a tool tip, is this an OS defined limit or something that can be changed? |
ELOG itself has a limit of 256 characters, but that can be changed easily. I found that Mozilla Firefox only showed 70 characters and then three dots ("..."), while Internet Explorer showed all 256 characters, wrapping words if necessary. So it strongly depends on the browser. |
Hi Stefan,
Many thanks for implementing this feature, it is very useful and works very well, I can't seem to get the Tooltips to show up using the 'ROptions' (radio buttons) though? Could you check if it is available for this please?
Thx |
2123
|
Tue Feb 6 18:19:57 2007 |
| Grant Jeffcote | grant@jeffcote.org | Bug report | Windows | 2.6.3-1776 | Re: ELOG Crash by many email address |
Stefan Ritt wrote: |
An Thai wrote: | Hello,
when I try to set above 112 email addresses in
"Email All = ..."
the Elog service will crash with the error ntdll.dll or memory addresses x0000000.
This problem does not happen when I reduce the number of email addresses.
Have you had the same problem? |
I fixed that crash in the current version, but there is actually a limit of 100 email addresses. So anyhow you won't get the 12 ones above 100. I will try to increase that limit in the next version of elog. |
Hi Stefan,
I'm also having a problem in the latest version with Elog crashing with multiple email addresses.
I am using 'MOptions' for email list selection using the execute shell script to send a predefined list (ie. the email list is in a text file not in the Elog config).
It seems when the list contains exactly 9 addresses it causes Elog to crash with a failure similar to An's, any less or any more and they are sent fine? Also when certain combinations of multiple list selections are made the Elog process will also crash? I am running the Elog process as an application (ie. not as a service, as per An's workaround) as it's the only way I can get the -x switch to work with Windows, this means the Elog daemon has to be manually restarted. Running WinXP SP2.
Any suggestions?
Thx |