Forum Discussion

sarmak's avatar
sarmak
New Contributor
10 years ago

JavaFX Combobox ClickItem function takes longer time to select item from the list

Hi,

 

I am using ClickItem on JavaFX Combo box object and it takes nearly 1-2 minutes select a value from this list, even though there are only two (few) items in the list. Can anyone let me know if anyone has observed this behavior. I am using TC 10.5 release.

 

 

Thanks,

Sarma K

4 Replies

    • sarmak's avatar
      sarmak
      New Contributor

      Thank you Tanya!

      I checked the options. I have added the control to Object Mapping and checked, but still seeing the performance issue.

       

      So I have logged a support ticket.

       

      Thanks again,

      Sarma K

      • TanyaYatskovska's avatar
        TanyaYatskovska
        SmartBear Alumni (Retired)

        Thanks for submitting the case.

        One more suggestion – try accessing item elements through their index. For example: ClickItem([1])