cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

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))