ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2100
|
Tue Nov 28 22:12:13 2006 |
| Grant Jeffcote | grant@jeffcote.org | Request | Windows | | Re: Tool Tips |
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? |
2101
|
Wed Nov 29 13:42:14 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Windows | | Re: Tool Tips |
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. |
2102
|
Wed Nov 29 22:44:15 2006 |
| 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. |
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? |
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)) |
2111
|
Sat Jan 13 17:47:45 2007 |
| Exaos Lee | Exaos.Lee@gmail.com | Request | All | | Group definition under top group | Hi, I think, if we can put the "Group xxx = xxx" under some "global xxxx" sections, the configure file will be more clean. Don't you think so? In fact, if the "Group XXX" sections are put under "global XXX" section, the "Top Group XXX" can be ignored. I also found that some options (e.g. "Logbook dir =") under "global" don't work under "global XXX".
Maybe the configure file can be defined more flexible, such as this way:
[global]
Port = 8080
Top configuration = yes
[global Group1]
Group config = group1.cfg
[global Group2]
Group config = group2.cfg
The "group1.cfg" looks like this:
[global]
Top configuration = no
Password file = group1.pwd
Group Linux PCs = Red Hat, Debian, Gentoo
Group Windows PCs = 98, ME, XP, Vista
Group Vista = Home, Pro, Media Center
[Red Hat]
...
|
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 |
2124
|
Tue Feb 6 19:56:05 2007 |
| Stefan Ritt | stefan.ritt@psi.ch | Request | Windows | | Re: Tool Tips |
Grant Jeffcote wrote: | 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? |
Did I tell that it also works with 'ROptions' ??? It does not! I implemented this just now in revision 1788. The fix will be contained in the next release. |
|