exdunepilot
8 years agoContributor
ClickItem( ) Very Slow For DropDown/ComboBox
The drop down list appears immediately, but then its consistently 16 seconds for the item to be selected - whether the input is an index, string name or wildcard, there is no difference. Has anyone ...
- 8 years ago
So the problem seems to be that the items are not children of the dropdown object! I ended up clicking on the dropdown to display the items, then using FindChild() with a different parent and the JavaFX class of the items. Now able to select fairly quick. Thanks!