Re: Extendable list of numeric items, posted by Nick Sauerwein on Mon Apr 8 17:23:00 2024
|
Hi John,
thanks for the info =). Do you known whether there is an example of how to use the list-boxes attributes?
Best, |
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. |
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 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 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 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 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 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
|