Re: Elog/ImageMagick under windows 11, posted by Aled Isaac on Wed Jul 24 17:21:45 2024
|
I've managed to get it working and the problem wasn't what I thought it was. It turns out that ImageMagick v7 doesn't have a "convert.exe"
program in the windows version due to some conflict with a disk conversion utility. The "convert.exe" has been replaced with a "magick.exe"
and so I made a CONVERT.BAT script within the elog folder with content "magick %*". This workaround appears to have solved the problem. |
Re: Extendable list of numeric items, posted by David Pilgram on Fri Jul 12 17:39:53 2024
|
Just to add some points for others who may find this of use in future.
The hard coded number of entries options or Moptions can have is 100. You can edit the code and recompile, but that would
|
Re: Extendable list of numeric items, posted by Sebastian Schenk on Fri Jul 12 16:51:44 2024
|
Just my 2 cents:
There is a hardcoded limit how many entries the Option list can have. Without looking into the source, I assume the limit also exists for MOptions.
|
Re: Extendable list of numeric items, posted by Nick Sauerwein on Fri Jul 12 16:30:02 2024
|
Thanks for you help. This is almost it.
The problem is that the items are options and not freely closable numbers. In the end, with your solution, it will show you all of the previously put IDs |
Re: Extendable list of numeric items, posted by David Pilgram on Sat Apr 20 18:47:37 2024
|
I have replied to this entry, because, for some reason I don't understand, if I reply to your latest entry, I am
automatically logged out. I tried this multiple times, and also on many other entries and had no issues other than
entry 69787 - any reason for this, Stefan?
|
Re: Extendable list of numeric items, posted by Nick Sauerwein on Fri Apr 19 12:30:52 2024
|
Hey eloggers,
does anyone have an answer to this question?
|
Re: Extendable list of numeric items, posted by Nick Sauerwein on Tue Apr 9 09:25:01 2024
|
Hey,
thanks for your answer. I completely get your point. However, I think my question as not precise enough.
|
Re: Extendable list of numeric items, posted by Konstantin Olchanski on Tue Apr 9 04:46:36 2024
|
I think what you want already exists, for example, when I reply to this message, there is this "Category" selection box with predefined answers
"Info", "Bug report", etc. For your case, replace "Category" with "Wafer type ID", replace "Info" with "1", "Bug report" with "2", etc. You numeric
values will be strings containing numbers "1", "2", etc. That works for you? K.O. |