01-30-2009 03:42 AM
Hi all
I got an idea for a small project that I am doing, but I have no idea where to start, so I am looking for some good advice/ideas, even want to hear if someone has done something similar
I want to make a search function in my program like the Quick Drop search function in LabVIEW. I am thinking about something simple like a text field for the search field and a listbox for the "database" to search in. Please see attached VI for an non-working example
Looking forward for some inputs
Best regards
Simon
01-30-2009 05:29 AM
08-15-2016 06:23 AM
Hi
I can´t find the link
08-15-2016 09:02 AM
There's code which is similar to the previous example at this link - http://forums.ni.com/ni/attachments/ni/130/9046/1/Intellisense.llb
Note that this was meant to show something else, but you can see how the filtering works there. In theory, this can be embedded in an XControl, but that's a bit complicated, mainly because XControls need to be completely contained within their containers, so having a list which pops up is difficult.
This example comes from this idea - http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Add-Intellisense-support-to-the-property-node/idi-p/15...