Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Swfcombobox Selection Issue
posted

Hi ,

AM facing issue while selecting Item from SwfComboBox. As soon as i perform the select operation, A window Pops up and QTP Just waits to complete the select operation until i Click Cancel Manually. Is there any way that i can handle or End the Select operation immediately after selecting..

 

For Eg.

While Executing the below statement, The QTP performs the operation the selection but doesnt end the execution of the statement as there is a window which pops up immediately and i have no clue why the statement is still executing after selection. There is no other statement apart from this line of code.

SwfWindow("").SwfComboBox("").Select sTestData

 

Thanks

Nooruddin

Parents
No Data
Reply
  • 53790
    posted

    Hello Nooruddin,

    One possible way to achieve desired behavior could be if you are using the code:

    SwfWindow("Form1").SwfComboBox("ultraComboEditor1").Select "test 2"

    SwfWindow("Form1").SwfButton("ultraButton1").SetFocus

    Please take a look at the attached video file desired behavior. Let me know if you have any questions.

    Regards

Children