Forum Discussion

exdunepilot's avatar
exdunepilot
Contributor
8 years ago
Solved

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 ...
  • exdunepilot's avatar
    exdunepilot
    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!