ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
Draft
|
Thu Oct 1 15:09:17 2015 |
| Jean Pierre Vandecandelaere | JeanPierre.Vandecandelaere@vdab.be | Question | Windows | 3.x.x | "not a valid Win32 application" error on versions 3.x.x |
Hello,
we have been using elog 2.7.1 as a logbook to signal problems and so on in our Engine Room Simulator for a couple of months now. Since this is exactly what we're looking for, I've installed the latest release in our sailing simulator as well. On this occasion I thought about updating the logbook in our engine room simulator as well. Unfortunately I cannot do that, because I get the error "elogd.exe is not a valid Win32 application" with every version of elog higher than 2.9.2 (so every version 3.x.x). The difference between our two simulators is that the elog package for the sailing simulator is installed on a Windows Vista machine, while the version for the engine room simulator is installed on a Windows 2003 Server.
Question: can I get/find/compile the latest version as a Win32 application and if yes: how or where?
Thanks,
Jean Pierre |
1362
|
Mon Aug 1 11:58:43 2005 |
| Kees Bol | kees.bol@wur.nl | Info | Linux | 2.6.0 | "full" only changes color |
Hi,
I have the strange problem that when changing to "full"-diplaymode the output looks the same as with "summary", only the color is different. The texts don't appear.
Any idea what can cause this behaviour?
thanks
Kees Bol |
190
|
Tue Jan 7 17:49:40 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | "User" and "Group" statements changed from Version 2.2.5 |
From Version 2.2.5 on, the configuration file entries
User = ...
Group = ...
have been changed to
Usr = ...
Grp = ...
in order not to conflict with the new "Group = ..." option which is used by
hierarchical logbooks. |
69503
|
Tue Apr 12 08:55:55 2022 |
| Gys Wuyts | gys.wuyts@gmail.com | Question | Windows | 3.1.4 (latest) | "User stamp" icon like Time Stamp in Body |
Hello,
Is there a possibility to use like the time stamp a user stamp: by clicking the button in the main text entry it adds the username, just like the time stamp button does: Tue Apr 12 08:58:46 2022 ?
I searched but I'm not sure how this would be correctly named.
Thanks,
G |
520
|
Thu Apr 1 20:21:26 2004 |
| PJ Meyer | pjm@pjmeyer.org | Question | Windows | 1.35 to 2.51 | "Upgrading" from 1.35 to 2.52 fails |
Have a working copy of 1.35 running on NT4 server.
Went to upgrade to latest version.
Stopped service, installed the 2.52 version, restarted service and when
trying to connect get nothing but server not found, dns errors, etc.
Copy back the 1.35 elogd.exe and everything is fine - I can connect and add
entries to log.
Copy 2.52 elogd.exe and nothing.
So being the bright boy, I unistalled E-log, went through the registry and
yanked everything out that referenced ELOGD, rebooted, installed 2.52, made
the necessary registry changes, started service and nothing.
Stopped service and copied 1.35 Elogd.exe back into folder, started service,
and everything works.
Any ideas on why 1.35 works like a charm but 2.52 won't? I've tried stepping
back to 2.10 version before giving up.
This is a server that is patched to latest and runs quite well with 1.35. |
1569
|
Thu Dec 22 21:15:19 2005 |
| Edmundo T Rodriguez | edrodrig@chpnet.org | Request | | 2.6.0 | "Syntax of elogd.cfg" - Document |
The document "ELOG - Syntax of elogd.cfg" is outdated!
Are we going to have an updated documented?
How much difference exists between the one posted as a reference
and new one covering all new options in ELOG? |
1937
|
Mon Sep 18 18:36:07 2006 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.6.2-1714 | "Supress Email Notification" checkbox |
Is there a way to allow email notification but have the "Suppress Email Notification" checked by default? We had complaints about the enormous amount of email so I turned off email notification for edits/replys, but there are times that I would like to allow email to be sent out -- this would imply allowing email by unchecking the "Suppress" box. |
66002
|
Tue Oct 14 10:29:34 2008 |
| T. Ribbrock | emgaron+elog@ribbrock.org | Question | Linux | 2.7.5-2130 | "Style" based on two MOptions - possible? |
We have a logbook in which we use two "Status" attributes, both of which are MOptions. What we want to do is have the corresponding line of the list change its colour depending on the combination of those attributes. I have done so successfully using "Style" for a single Options or MOptions or even two Options (using conditionals and a third attribute), but up until now I have no luck with two MOptions. Conditionals do not seem to work with MOptions (the manual only mentions Options and when I tried anyway, it did not work... ) and multiple "Style" statements also do not seem to work. I've tried the following:
MOptions StatusA = Status-A-red, Status-A-orange, Status-A
MOptions StatusB = Status-B-red, Status-B-orange, Status-B
Style StatusA Status-A-red = background-color:red
Style StatusA Status-A-red | Status-A-orange = background-color:red
Style StatusA Status-A-red | Status-A = background-color:red
Style StatusA Status-A-red | Status-A-orange | Status-A = background-color:red
Style StatusA Status-A-orange = background-color:orange
Style StatusA Status-A-orange | Status-A = background-color:orange
Style StatusB Status-B-red = background-color:red
Style StatusB Status-B-red | Status-B-orange = background-color:red
Style StatusB Status-B-red | Status-B = background-color:red
Style StatusB Status-B-red | Status-B-orange | Status-B = background-color:red
Style StatusB Status-B-orange = background-color:orange
Style StatusB Status-B-orange | Status-B = background-color:orange
As far as I can see, the "Style" statement for StatusB only gets evaluated if none of the statements for StatusA matches (i.e. StatusA = Status-A). What I would want to achieve is that any "red" condition in either StatusA or StatusB takes precedence over "orange" and "none" and that "orange" takes precedence over "none".
Is there any solution for this problem short of merging both status attributes into one (which would be very unwieldy, especially, as StatusB is not used at all in some cases)? Any suggestions are most welcome!
Thanks in advance,
Thomas |