LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Amir_Y

Add a Quick Search Option to "Select Error" Dialog

Status: Completed

Available in LabVIEW 2019 and later.

It's really nice new feature in LV2012, but I'm kinda lost here...

However, I'm not sure how it can be done using the current GUI.

 

Select Error.png

6 Comments
tst
Knight of NI Knight of NI
Knight of NI

@Amir_Y wrote:

 

However, I'm not sure how it can be done using the current GUI.


The implementation is fairly simple - you add a string under the ring control. If it's empty, it shows all results. If not, it searches all content and displays the matching results in the table.


___________________
Try to take over the world!
Amir_Y
Member
Is there's a way to keep the category (error code range)? will the search scope should be only in the current category? or perhaps a category column should be added to the table?
tst
Knight of NI Knight of NI
Knight of NI

I don't remember if the ring has an "all" option (although it probably wouldn't hurt), but the search should definitely be done on the current category, since it's a filter on what was originally displayed in the table. I don't think a category column is needed for that.

 

That said, this is just one suggested implementation. If NI decides to implement this idea, they might come up with another option.


___________________
Try to take over the world!
Amir_Y
Member
The ring, indeed, does not have "All" option.
tst
Knight of NI Knight of NI
Knight of NI

Also, whoever implements this, please PLEASE don't build the search in the same way as it is in Quick Drop, where there's an auto-complete. Do something more along the lines of this example*, where the string is only used to filter the list in the table.

 

 

 

* Yes, you should also vote for the idea that example came from.


___________________
Try to take over the world!
Darren
Proven Zealot
Status changed to: Completed

Available in LabVIEW 2019 and later.