Replies: 4 comments 6 replies
|
Is that a problem for org.eclipse.swt.widgets.Combo and org.eclipse.swt.custom.CCombo? |
1 reply
|
Snippet147 starts super fast, even if I add hundreds of entries to the Combo. combo.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); |
5 replies
|
This is a GTK problem:
With 500 items it is acceptable, with 5000 items it also takes several seconds to launch for my machine. The usability of the GTK combobox is also not good because it does not have a scrollbar. So it should not be used for large amount of items. |
0 replies
|
@tmssngr based on an analysis from Gemini CLI, here is the recommendation: Recommendations for large datasets:
I also tested with CCombo with 5000 Items and it is really fast. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
If one sets a combobox several hundred entries or more, the whole UI freezes for a long time trying to show it. What alternative do you suggest to use instead - a text field to filter and a list/table to show the found entries?
All reactions