How to change elog directories in windows, posted by toumbi on Thu Jun 28 15:20:06 2007
|
Hi , I need an example for windows directories syntax.
I would like to start elog in windows xp from a server directories "\\myserver\elog\" for example and/or "G:\elog\"
I want my elogd.cfg be on this server and not on my local hard drive.
also I would like the windows service start automatically from "\\myserver\elog\" or "G:\elog\"
thank you for your help. |
Re: How to change elog directories in windows, posted by Stefan Ritt on Thu Jun 28 15:24:31 2007
|
toumbi wrote: | Hi , I need an example for windows directories syntax.
I would like to start elog in windows xp from a server directories "\\myserver\elog\" for example and/or "G:\elog\"
I want my elogd.cfg be on this server and not on my local hard drive.
also I would like the windows service start automatically from "\\myserver\elog\" or "G:\elog\"
thank you for your help. |
If you go to Computer Management, click on Services, double click on ELOG, you will see "Path to executable". Either you move elogd.exe to d:\elog and start it there, or you start elogd with the "-c" flag, which specifies the location of the config file, such as
...\elogd.exe -c g:\elog\elogd.cfg
I have to warn you however that sometimes I personally had kind of poor network connection to a Windows server, so the reply time of elog was many seconds. |
Re: How to change elog directories in windows, posted by toumbi on Thu Jun 28 17:05:56 2007
|
Stefan Ritt wrote: |
toumbi wrote: | Hi , I need an example for windows directories syntax.
I would like to start elog in windows xp from a server directories "\\myserver\elog\" for example and/or "G:\elog\"
I want my elogd.cfg be on this server and not on my local hard drive.
also I would like the windows service start automatically from "\\myserver\elog\" or "G:\elog\"
thank you for your help. |
If you go to Computer Management, click on Services, double click on ELOG, you will see "Path to executable". Either you move elogd.exe to d:\elog and start it there, or you start elogd with the "-c" flag, which specifies the location of the config file, such as
...\elogd.exe -c g:\elog\elogd.cfg
I have to warn you however that sometimes I personally had kind of poor network connection to a Windows server, so the reply time of elog was many seconds. |
Hi stephan , I remove elog and setup it again wiht the nis installer, and enter Z:\ELOG\ which is a mapping drive of my server directorie.
but it dont work. i have an error code 3 when i register the services with the shortcut "Register ELOG server service" . |
Re: How to change elog directories in windows, posted by Stefan Ritt on Thu Jun 28 17:08:32 2007
|
toumbi wrote: | Hi stephan , I remove elog and setup it again wiht the nis installer, and enter Z:\ELOG\ which is a mapping drive of my server directorie.
but it dont work. i have an error code 3 when i register the services with the shortcut "Register ELOG server service" . |
If you see the service config page, then the service is already registered, and you should not use the shortcut "Register ELOG server service" any more. Just change "Startup type" to "Automatic" or "Manual" and click on the "Start" button. |
Re: How to change elog directories in windows, posted by toumbi on Thu Jun 28 17:20:18 2007
|
Stefan Ritt wrote: |
toumbi wrote: | Hi stephan , I remove elog and setup it again wiht the nis installer, and enter Z:\ELOG\ which is a mapping drive of my server directorie.
but it dont work. i have an error code 3 when i register the services with the shortcut "Register ELOG server service" . |
If you see the service config page, then the service is already registered, and you should not use the shortcut "Register ELOG server service" any more. Just change "Startup type" to "Automatic" or "Manual" and click on the "Start" button. |
Hi again, See what happen when i install it on Z:\ELOG\ (it is a mapped drive of \\myserver\ELOG\)
Why code 3 ?
Ps: last time , i stopped and registered the service to copie the last version of elogd 1870 |
Re: How to change elog directories in windows, posted by Stefan Ritt on Thu Jun 28 17:23:24 2007
|
toumbi wrote: | Why code 3 ? |
No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like
z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg
maybe there is some access rights conflict. |
Re: How to change elog directories in windows, posted by toumbi on Thu Jun 28 17:38:39 2007 
|
Stefan Ritt wrote: |
toumbi wrote: | Why code 3 ? |
No idea, this is an error coming from Windows. Try to start the service manually via the Service Manager, maybe you get some more error there. Or start elogd interactively in a DOS box, like
z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg
maybe there is some access rights conflict. |
When i start the service with start button it fail to lunch
but the command z:\ELOG\elogd.exe -v -c z:\ELOG\elogd.cfg work !!
Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
Re: How to change elog directories in windows, posted by Stefan Ritt on Thu Jun 28 19:25:48 2007
|
toumbi wrote: | Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
In that case it might help to run elog under your personal account. |
Re: How to change elog directories in windows, posted by toumbi on Fri Jul 20 16:13:07 2007
|
Stefan Ritt wrote: |
toumbi wrote: | Maybe The service doesn't have access right , ( i see it is Log on with Local System). |
In that case it might help to run elog under your personal account. |
I finaly found how to do it.
Replacing Z: by \\server.com\ELOG\ and running the service with my personnal acount
cmd /K net stop elogd
regedit
change ImagePath of HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\elogd to "\\server.com\ELOG\elogd.exe" -D -c "\\server.com\ELOG\elogd.cfg"
close regedit
cmd /k net start elogd |
Show attributes , posted by deletoille on Wed Jul 4 11:51:22 2007
|
with the last version, Show attributes commands seem to not working any more. could you chech this?
thanks in advance
Xavier Deletoille |
Re: Show attributes , posted by Stefan Ritt on Wed Jul 4 16:39:10 2007
|
deletoille wrote: | with the last version, Show attributes commands seem to not working any more. could you chech this? |
I checked and they still work. But maybe you got confused between Show Attributes (for the single page view), Show Attributes Edit (for the edit form) and List Display (for the list of entries). Can you check this? |
Re: Show attributes , posted by deletoille on Tue Jul 17 11:17:49 2007
|
Stefan Ritt wrote: |
deletoille wrote: | with the last version, Show attributes commands seem to not working any more. could you chech this? |
I checked and they still work. But maybe you got confused between Show Attributes (for the single page view), Show Attributes Edit (for the edit form) and List Display (for the list of entries). Can you check this? |
here a small example with the function: "show attributes". that functions with release 1748 but not with the last release 1886.
All the attributes appear at the same time whereas I would wish only the 2 first.
Start page = ?rsort=date
Quick filter = Type evenement
Time Format = %d %m %Y, %H:%M
Quote on reply = 0
Use Lock = 0
List display = id, Icone, date, Equipement, Type evenement, Localisation, auteur
Menu commands = List, New, Edit, Reply, Find, Config
Comment = Cahier de Manip du groupe GMI
********************************************************************************************************************
attributes = auteur, Icone, Type Equipement, Equipement, Localisation, Type evenement
Required attributes = auteur, Icone, Type Equipement, Localisation, Type evenement
show attributes = auteur,Icone, Type Equipement
{A}show attributes = auteur,Icone, Type Equipement, Equipement, Localisation, Type evenement
Preset on reply auteur =
Options Type Equipement = Apple II{A}, Sous vide{B}, Electromagnetique{C}, Aimant{D}
{A} MOptions Equipement = HU80, HU65, HU60, HU52, HU50, HU40, HU30
IOptions Icone = oui.gif, non.gif, cleanglaise1515.png, paper.png
Moptions Localisation = C01, C02, C03, C04, C05, C06, C07, C08, C09, C10, C11, C12, C13, C14, C15, C16, Booster
Options Auteur = xxxx,xxxxsz,xsfs
Options Type evenement = Alimentation, Bobines, Moteur, TLCC, CPCI, Communication, Autres |
Re: Show attributes , posted by Stefan Ritt on Tue Jul 17 11:30:16 2007 
|
deletoille wrote: | here a small example with the function: "show attributes". that functions with release 1748 but not with the last release 1886.
All the attributes appear at the same time whereas I would wish only the 2 first. |
I tried your config file, and it works as expected. If your equipment type is Sour vide, then only three attributes are shown according to your config statement:
show attributes = auteur,Icone, Type Equipement
Here is how it looks in my browser:

If you choose however equipment type Apple II (do you still use those computers at soleil?), then you have condition {A} which activates your config statement:
{A}show attributes = auteur,Icone, Type Equipement, Equipement, Localisation, Type evenement
showing of course more attributes:
 |
Re: Show attributes , posted by deletoille on Tue Jul 17 11:45:02 2007
|
Stefan Ritt wrote: |
deletoille wrote: | here a small example with the function: "show attributes". that functions with release 1748 but not with the last release 1886.
All the attributes appear at the same time whereas I would wish only the 2 first. |
I tried your config file, and it works as expected. If your equipment type is Sour vide, then only three attributes are shown according to your config statement:
show attributes = auteur,Icone, Type Equipement
Here is how it looks in my browser:

If you choose however equipment type Apple II (do you still use those computers at soleil?), then you have condition {A} which activates your config statement:
{A}show attributes = auteur,Icone, Type Equipement, Equipement, Localisation, Type evenement
showing of course more attributes:
 |
I'd try again and that does not works. does the problem come from the windows version? |
Re: Show attributes , posted by Stefan Ritt on Tue Jul 17 11:50:44 2007
|
deletoille wrote: | I'd try again and that does not works. does the problem come from the windows version? |
Certainly not. Double check that you have the current elog version (check the ELOG V2.6.5-1887 at the bottom). If you are on windows, you can try to install elog265-7.exe which is the most recent one. |
Re: Show attributes , posted by deletoille on Tue Jul 17 13:24:58 2007
|
Stefan Ritt wrote: |
deletoille wrote: | I'd try again and that does not works. does the problem come from the windows version? |
Certainly not. Double check that you have the current elog version (check the ELOG V2.6.5-1887 at the bottom). If you are on windows, you can try to install elog265-7.exe which is the most recent one. |
I am sorry but I have the same thing on a colleague PC. that functions works on the old version but not on the last 1886 (see at the bottom). When I push "new" boutton, all is displayed at the same time.
 |
Re: Show attributes , posted by Stefan Ritt on Tue Jul 17 13:28:29 2007
|
Grrrr. I already told you in elog:2287 to use Show Attributes Edit instead of Show Attributes. So put following into your config file:
show attributes edit = auteur,Icone, Type Equipement
Note the edit. |
Re: Show attributes , posted by deletoille on Tue Jul 17 14:05:50 2007
|
Stefan Ritt wrote: | Grrrr. I already told you in elog:2287 to use Show Attributes Edit instead of Show Attributes. So put following into your config file:
show attributes edit = auteur,Icone, Type Equipement
Note the edit. |
ok sorry sorry
its works with show attributes edit  |
is it possible to have unique attribute ?, posted by toumbi on Wed Jul 11 11:52:24 2007
|
Hi there !
I have an attribute that have to be unique (but i need also to write it myself) , so i would like to be able to create it the first time, and if i try to create it again, i want not be able.
Is there a way to do that ? |
Re: is it possible to have unique attribute ?, posted by Stefan Ritt on Thu Jul 12 18:36:05 2007
|
toumbi wrote: | I have an attribute that have to be unique (but i need also to write it myself) , so i would like to be able to create it the first time, and if i try to create it again, i want not be able.
Is there a way to do that ? |
That kind of functionality is unfortunately not implemented. All you can do is to use an automatically generated unique attribute with the syntax:
Preset <attribute> = XYZ-####
or similar. Please consult the documentation for details. |
Fixed Attribute fields blank?, posted by Grant Jeffcote on Sat Jun 30 04:58:32 2007
|
Hi Stefan,
Not sure if this is my configuration only but in your latest compiled release V2.6.5-1873 when I do a reply or edit on an entry where I have specified Fixed Attributes Edit or Reply these fields now show blank on the entry page? They are still uneditable as a field of course and the text still shows on the list view display page but no text shows in these fields until re/submitted.
Is this a new feature or just mine, reverting back to the previous release restores normality ;o) |
Re: Fixed Attribute fields blank?, posted by Stefan Ritt on Sat Jun 30 09:48:01 2007
|
Grant Jeffcote wrote: | Not sure if this is my configuration only but in your latest compiled release V2.6.5-1873 when I do a reply or edit on an entry where I have specified Fixed Attributes Edit or Reply these fields now show blank on the entry page? They are still uneditable as a field of course and the text still shows on the list view display page but no text shows in these fields until re/submitted. |
I'm playing with attributes right now since I'm going to implement a "multiple edit", where one can change attributes of several entries at the same time, but I cannot reproduce your problem with V2.6.5-1874 and this config file:
[demo]
Attributes = Author, Subject
Fixed Attributes Edit = Subject
Fixed Attributes Reply = Subject
Either I fixed it accidentally between 1873 and 1874 or it is config file related. Can you try that version and the little config file above? Since you use Windows, I made a elog265-3 for you. If you find that the little config works and your's doesn't, please send me your config. |
Re: Fixed Attribute fields blank?, posted by Grant Jeffcote on Sat Jun 30 21:29:30 2007
|
Stefan Ritt wrote: |
Grant Jeffcote wrote: | Not sure if this is my configuration only but in your latest compiled release V2.6.5-1873 when I do a reply or edit on an entry where I have specified Fixed Attributes Edit or Reply these fields now show blank on the entry page? They are still uneditable as a field of course and the text still shows on the list view display page but no text shows in these fields until re/submitted. |
I'm playing with attributes right now since I'm going to implement a "multiple edit", where one can change attributes of several entries at the same time, but I cannot reproduce your problem with V2.6.5-1874 and this config file:
[demo]
Attributes = Author, Subject
Fixed Attributes Edit = Subject
Fixed Attributes Reply = Subject
Either I fixed it accidentally between 1873 and 1874 or it is config file related. Can you try that version and the little config file above? Since you use Windows, I made a elog265-3 for you. If you find that the little config works and your's doesn't, please send me your config. |
Great job, thanks Stefan.
Accidental fix, new version works perfectly without any config file change. |
Error sending Email via "XXX.XXX.XXX.XXX", posted by JJ Sheppard on Wed Jun 27 22:01:56 2007
|
I read most of the posts and used the -v to see whats happening, all i get is this. It hangs at the "250 HELP" line for about 3 secs then moves on to what is displayed. From the posts it looks like there should be alot more info to see. Any idea on how to get it to display right?
I have telneted into the mail server and tested it, so i know its working that way.
-----------------------------11323166884439--
Email "Case Holder" JJ to jsheppard@XXXX.net
timezone: 18000, offset: -14400
Email from advservices@XXXX.net to jsheppard@XXXX.net, SMTP host XXX.XXX.XXX.XXX:
220 Welcome to the @Mail v4.4 SMTP Server ( Exim )
EHLO server.XXXX.net
250-MX1.SPIDERHOST.COM Hello server.XXXX.net [XXX.XXX.XX.XX]
250-SIZE 10485760
250-PIPELINING
250-AUTH LOGIN
250 HELP
==== Return ================================
HTTP/1.1 302 Found
Server: ELOG HTTP 2.6.5-1844
Connection: Keep-Alive
Keep-Alive: timeout=60, max=10
Location: http://XXX.XXX.XXX.XXX:8080/2WaySupport/1?error=Error+sending+Email+via+<i>"XXX.XXX.XXX.XXX"</i>
Content-Length: 20 |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by Stefan Ritt on Thu Jun 28 17:12:11 2007
|
JJ Sheppard wrote: | 220 Welcome to the @Mail v4.4 SMTP Server ( Exim )
EHLO server.XXXX.net
250-MX1.SPIDERHOST.COM Hello server.XXXX.net [XXX.XXX.XX.XX]
250-SIZE 10485760
250-PIPELINING
250-AUTH LOGIN
250 HELP
|
The problem there is that your SMPT server does not reply with
250 OK
which my server does. So elogd was waiting 3 seconds for "OK", and then aborted. I change the code (now in SVN revision 1871) to look for "250 " (with one blank at the end). You have to update from SVN, recompile and try again. Anyhow elogd only supports plain login authentication ("AUTH LOGIN"), which not all SMPT servers accept. You have to see. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by JJ Sheppard on Fri Jun 29 16:14:16 2007
|
Stefan Ritt wrote: |
JJ Sheppard wrote: | 220 Welcome to the @Mail v4.4 SMTP Server ( Exim )
EHLO server.XXXX.net
250-MX1.SPIDERHOST.COM Hello server.XXXX.net [XXX.XXX.XX.XX]
250-SIZE 10485760
250-PIPELINING
250-AUTH LOGIN
250 HELP
|
The problem there is that your SMPT server does not reply with
250 OK
which my server does. So elogd was waiting 3 seconds for "OK", and then aborted. I change the code (now in SVN revision 1871) to look for "250 " (with one blank at the end). You have to update from SVN, recompile and try again. Anyhow elogd only supports plain login authentication ("AUTH LOGIN"), which not all SMPT servers accept. You have to see. |
This is what I get now, Is this the Auth Login problem you were speaking of?
Email from elog@XXXXX.net to jsheppard@XXXXX.net, SMTP host XXX.XXX.XXX.XXX:
220-server.XXXXXX.net ESMTP Exim 4.66 #1 Fri, 29 Jun 2007 10:03:22 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO server.tracstar.net
250-server.tracstar.net Hello server.XXXXXX.net [XXX.XXX.XXX.XXX]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
Username:
XXXXXXXX
Password:
XXXXXXXX
535 Incorrect authentication data
==== Return ================================
HTTP/1.1 302 Found |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by Stefan Ritt on Fri Jun 29 16:16:58 2007
|
JJ Sheppard wrote: | This is what I get now, Is this the Auth Login problem you were speaking of?
Email from elog@XXXXX.net to jsheppard@XXXXX.net, SMTP host XXX.XXX.XXX.XXX:
220-server.XXXXXX.net ESMTP Exim 4.66 #1 Fri, 29 Jun 2007 10:03:22 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO server.tracstar.net
250-server.tracstar.net Hello server.XXXXXX.net [XXX.XXX.XXX.XXX]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
Username:
XXXXXXXX
Password:
XXXXXXXX
535 Incorrect authentication data
|
No. It looks like PLAIN LOGIN is supported, but your username/password is wrong. Ask your SMPT system administrator. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by JJ Sheppard on Fri Jun 29 16:30:46 2007
|
Stefan Ritt wrote: |
JJ Sheppard wrote: | This is what I get now, Is this the Auth Login problem you were speaking of?
Email from elog@XXXXX.net to jsheppard@XXXXX.net, SMTP host XXX.XXX.XXX.XXX:
220-server.XXXXXX.net ESMTP Exim 4.66 #1 Fri, 29 Jun 2007 10:03:22 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO server.tracstar.net
250-server.tracstar.net Hello server.XXXXXX.net [XXX.XXX.XXX.XXX]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
Username:
XXXXXXXX
Password:
XXXXXXXX
535 Incorrect authentication data
|
No. It looks like PLAIN LOGIN is supported, but your username/password is wrong. Ask your SMPT system administrator. |
I dubbed checked it and ran the -t command to make sure it was the right password. Any thing else I can try?
This is whats in the global
SMTP host = XXX.XX.XX.XX
SMTP username = advservices@XXXXX.XXX
SMTP Password = dDE5ODQ=
Use Email From = advservices@XXXX.XXX
and i still get this
250 HELP
AUTH LOGIN
Username:
XXXXX
Password:
XXXXX
535 Incorrect authentication data |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by Stefan Ritt on Fri Jun 29 16:43:23 2007
|
JJ Sheppard wrote: | Any thing else I can try? |
Maybe advservices instead of advservices@XXXXX.XXX ? Just an idea. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by JJ Sheppard on Fri Jun 29 16:54:39 2007
|
Stefan Ritt wrote: |
JJ Sheppard wrote: | Any thing else I can try? |
Maybe advservices instead of advservices@XXXXX.XXX ? Just an idea. |
No luck, i am going to setup another account on a different box and try again.
I am having another issue. I am using "Preset Author = $long_name" to set the authors name automatically.
But I also don't want the user to change it so i added "Locked Attributes = Author".
The filed is locked but the name shows up on its own line above the "Fields marked with * are required"
As soon as I remove the "Locked Attributes = Author" it shows up correctly in the Author bar. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by Stefan Ritt on Fri Jun 29 16:57:41 2007
|
JJ Sheppard wrote: | The filed is locked but the name shows up on its own line above the "Fields marked with * are required" |
I fixed that yesterday. Please upgrade to SVN revision 1873. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by JJ Sheppard on Fri Jun 29 17:59:54 2007
|
Stefan Ritt wrote: |
I fixed that yesterday. Please upgrade to SVN revision 1873. |
Thanks - That Fixed It!
I am still having the issue with the email, I have tried to accounts (i can get into through thunderbird and webmail just fine) and a different main server and several ways of the username.
I am kind of at a lost of what to do next. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by Stefan Ritt on Fri Jun 29 19:29:56 2007
|
JJ Sheppard wrote: |
Stefan Ritt wrote: |
I fixed that yesterday. Please upgrade to SVN revision 1873. |
Thanks - That Fixed It!
I am still having the issue with the email, I have tried to accounts (i can get into through thunderbird and webmail just fine) and a different main server and several ways of the username.
I am kind of at a lost of what to do next. |
I'm also running out of ideas. You would have to use a network sniffer (like Ethereal) and compare the network traffic between Thunderbird/ELOG and the SMTP server. |
Re: Error sending Email via "XXX.XXX.XXX.XXX", posted by JJ Sheppard on Fri Jun 29 20:34:38 2007
|
Stefan Ritt wrote: |
I'm also running out of ideas. You would have to use a network sniffer (like Ethereal) and compare the network traffic between Thunderbird/ELOG and the SMTP server. |
For right now i moved it to the same server that the mail server is. It does not require to be auth as it is a trusted server. I am going to set up another one and keep playing with it. But at least it works now. |
icons\elc_anchor.png is missing ? , posted by toumbi on Thu Jun 28 17:48:40 2007
|
the file icons\elc_anchor.png is missing I setup the windows version. |
Re: icons\elc_anchor.png is missing ? , posted by Stefan Ritt on Thu Jun 28 19:36:06 2007
|
toumbi wrote: | the file icons\elc_anchor.png is missing I setup the windows version. |
It's contained in http://midas.psi.ch/elog/download/windows/elog265-2.exe |
formating bug : css and Format command, posted by toumbi on Wed Jun 27 14:42:13 2007 
|
Why Gain and G1,G2 .... G8 are on the same line ?
When I create a new entry, attibute 'attribgainname' is not used.( i can see lime color only when i see logged
message.)
here is my config
;liste des attributs
Attributes =CR,Serial,EDA,Experience,Lieu,Type,Gain,G1,G2,G3,G4,G5,G6,G7,G8,Intensité,Seuil bas, Seuil haut
; Combine attributes into singles lines
Format G1 = 1,attribgainname,attribvalue,10,10
Format G2 = 1,attribgainname,attribvalue,10,10
Format G3 = 1,attribgainname,attribvalue,10,10
Format G4 = 1,attribgainname,attribvalue,10,10
Format G5 = 1,attribgainname,attribvalue,10,10
Format G6 = 1,attribgainname,attribvalue,10,10
Format G7 = 1,attribgainname,attribvalue,10,10
Format G8 = 1,attribgainname,attribvalue,10,10
i added in default.css
.attribgainname {
width:25px;
background-color:lime;
border:1px solid #0000FF;
border-top:1px solid white;
border-left:1px solid white;
padding:3px;
}
/////////////////////////////////////////////////////////// |
Re: formating bug : css and Format command, posted by Stefan Ritt on Wed Jun 27 15:06:24 2007
|
toumbi wrote: | Why Gain and G1,G2 .... G8 are on the same line ? |
Because you specified it! The first "1" in your format forces the attributes to show up on the same line. Just read the manual.
toumbi wrote: |
When I create a new entry, attibute 'attribgainname' is not used.( i can see lime color only when i see logged
message.) |
The 'attribmainname' is only used for the display page, not for the entry form. |
Re: formating bug : css and Format command, posted by toumbi on Wed Jun 27 16:02:49 2007
|
Stefan Ritt wrote: |
Because you specified it! The first "1" in your format forces the attributes to show up on the same line. Just read the manual.
|
Oups ... I understand better now how to put a new line .
this is my example.
; start a new line G1,G2...G8 Format G1 = 0,attribgainname,attribvalue,10,10
Format G2 = 1,attribgainname,attribvalue,10,10
Format G3 = 1,attribgainname,attribvalue,10,10
Format G4 = 1,attribgainname,attribvalue,10,10
Format G5 = 1,attribgainname,attribvalue,10,10
Format G6 = 1,attribgainname,attribvalue,10,10
Format G7 = 1,attribgainname,attribvalue,10,10
Format G8 = 1,attribgainname,attribvalue,10,10; start a new line I1,I2...I8 Format I1 = 0,attribgainname,attribvalue,10,10
Format I2 = 1,attribgainname,attribvalue,10,10
Format I3 = 1,attribgainname,attribvalue,10,10
Format I4 = 1,attribgainname,attribvalue,10,10
Format I5 = 1,attribgainname,attribvalue,10,10
Format I6 = 1,attribgainname,attribvalue,10,10
Format I7 = 1,attribgainname,attribvalue,10,10
Format I8 = 1,attribgainname,attribvalue,10,10
Stefan Ritt wrote: |
The 'attribmainname' is only used for the display page, not for the entry form. |
ok so if you say it is not a bug i can understand but in that case the format command work half in the entry form.
Is it possible to implement it for the next time?
thanks |
Re: formating bug : css and Format command, posted by Stefan Ritt on Wed Jun 27 16:15:04 2007
|
toumbi wrote: | ok so if you say it is not a bug i can understand but in that case the format command work half in the entry form. Is it possible to implement it for the next time? |
Yes I will do that. |
Re: formating bug : css and Format command, posted by toumbi on Wed Jun 27 19:51:39 2007
|
Stefan Ritt wrote: |
toumbi wrote: | ok so if you say it is not a bug i can understand but in that case the format command work half in the entry form. Is it possible to implement it for the next time? |
Yes I will do that. |
Thank you , I download and compile myself elogd and it work now.
But I found a line one the french language that make javascritp bug
line 391:
Enter heading level (1, 2 or 3) = Indiquez le niveau d'en-tête (1, 2 ou 3)
=> linkHeading_prompt = 'Indiquez le niveau d'en-tête (1, 2 ou 3)'; there is one more '
my french is better than my english so i can say it is a good translation but the symbole between the letter d and the letter e make exporer 7 bug.
Enter heading level (1, 2 or 3) = Indiquez le niveau d en-tête (1, 2 ou 3) (this work but translation isn't good.
Thanks a lot ! and continue it is a beautiful tool. |
Re: formating bug : css and Format command, posted by Stefan Ritt on Thu Jun 28 17:18:21 2007
|
toumbi wrote: | linkHeading_prompt = 'Indiquez le niveau d'en-tête (1, 2 ou 3)'; |
I changed the code of elogd to surround the strings with "" such as
linkHeading_prompt = "Indiquez le niveau d'en-tête (1, 2 ou 3)";
that should do the job. The fix is in SVN, if you need the Windows executable, you have to wait for the next release. |
list of 500 files, posted by chris williams on Sun Jun 24 02:38:31 2007
|
How can I have my list accept over 500 entries? I tried increasing the elogd.c (max_n_list)file as stated but the compiler gives me errors. Please help |
Re: list of 500 files, posted by Stefan Ritt on Mon Jun 25 08:50:38 2007
|
chris williams wrote: | How can I have my list accept over 500 entries? I tried increasing the elogd.c (max_n_list)file as stated but the compiler gives me errors. Please help |
No way to get so many entries. If you just increase the value and recompile, you will get stack and heap overflows in the program. Why do you need so many entries? Can you explain? Maybe there is another way to achieve this. |
Re: list of 500 files, posted by chris williams on Mon Jun 25 18:14:44 2007
|
Thanks for the response. I am trying to use it as a file database, to monitor the status of files(whether they have been removed, ammended etc), currently there are 90 files but I expect the size to grow. |
Re: list of 500 files, posted by Stefan Ritt on Mon Jun 25 19:22:01 2007
|
chris williams wrote: | Thanks for the response. I am trying to use it as a file database, to monitor the status of files(whether they have been removed, ammended etc), currently there are 90 files but I expect the size to grow. |
Of course you can put any number of entries into a logbook, each having only one file as attachment. |
Re: list of 500 files, posted by chris williams on Tue Jun 26 01:56:05 2007
|
True, thanks. |
|