05-23-2023 09:17 AM - edited 05-23-2023 09:19 AM
Hi,
Is it possible to display suggestion list when user types in String/Combo box which matches strings from a 1D array of strings, like in Google.
Example image of Google am showing below. I also wanted such a feature which help the user to select required input from the suggestions list
05-23-2023 09:28 AM
My gut feeling says that, while it wouldn't be difficult, it would be tedious to set up.
05-23-2023 09:58 AM
05-23-2023 11:36 AM
Hi,
Thank you for the reply. Ans am sorry to say that it doesn't meet my requirement. I hope string matching type (kind of) will be useful for me. Because if I am searching middle words also, it will be better to show the results as suggestion list.
Here one example am showing. I have implemented it with a String control & a Multicolumn list box. When user types in string control, matching words will be displayed in the MCLB & user can select signal from that MCLB.
But I want both the things incorporated in a single function.
05-23-2023 11:37 AM
Elaborate
05-24-2023 12:55 AM
@Alwin_Capsys wrote:
But I want both the things incorporated in a single function.
Some options which can help you with that:
If you want, my example here also has the bulk of the code for interacting with the listbox. You could probably merge all of these together into an XControl which would let you have a single control with a property node for setting the allowed strings.