cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Searching elements in a listbox (JSL)

What inspired this wish list request? 

When we have a listbox into a UI in jsl we cannot search elements easily into it (it's only possible with filter col selector whch is adapted to data table columns only) . A code has been proposed to do that in the community but it's difficult to make a generic solution. For a window containing several listboxes, it doesn't work properly.

 

carole_0-1698156091572.png

 

 

What is the improvement you would like to see? 

An argument << Show Filter into the listbox() object should be great.

 

 

Why is this idea important? 

Many users have the same problem, hard to select the good element when there are lots of elements.

 

 

1 Comment
hogi
Level XIII

A Combo Box with setting editable might be what you want:

(view in My Videos)

New window("test", Combo Box( {"Germany", "France","Italy"}, editable))