Forum Discussion

damien_imschoot's avatar
13 years ago

Click on qt_scrollarea_viewport without using coordinates

Dear all,



I've been trying to click on the a specific part of a "qt_scrollarea_viewport" so that I can then click on a ComboBox item. 



If I dont select this case, I then cannot use the function "ComboBox.ClickItem("Fine")".



Any help is welcome,



Thanks a lot

Damien

1 Reply


  • Hi Damien,


     


    As far as I see, this behavior is specific to your app. The combo-box items become available only after making the control active.


    So, you can use the Click method to click the object and only after that call ClickItem of the combo box.